README.md symlinks to docs/README.md

Swap of previous commit's attempt

If there's one thing we learned from the previous commit, though
ReadTheDocs/MkDocs doesn't respect symlinks, GitHub does, so this should
be fine.
diff --git a/README.md b/README.md
new file mode 120000
index 0000000..0e01b43
--- /dev/null
+++ b/README.md
@@ -0,0 +1 @@
+docs/README.md
\ No newline at end of file
diff --git a/docs/README.md b/docs/README.md
deleted file mode 120000
index 32d46ee..0000000
--- a/docs/README.md
+++ /dev/null
@@ -1 +0,0 @@
-../README.md
\ No newline at end of file
diff --git a/README.md b/docs/README.md
similarity index 87%
rename from README.md
rename to docs/README.md
index 360501a..ae8dbc4 100644
--- a/README.md
+++ b/docs/README.md
@@ -2,7 +2,7 @@
 
 by [Han](http://github.com/laughinghan), [Jeanine](http://github.com/jneen), and [Mary](http://github.com/stufflebear) (maintainers@mathquill.com)
 
-MathQuill is a web formula editor designed to make typing math easy and beautiful. To view a demo, please view our [website](http://mathquill.com/). The MathQuill project is currently supported by its [partners](http://mathquill.com/partners.html). We are bound by a [Code of Conduct](http://mathquill.readthedocs.org/en/latest/Code_of_Conduct/).
+MathQuill is a web formula editor designed to make typing math easy and beautiful. To view a demo, please view our [website](http://mathquill.com/). The MathQuill project is currently supported by its [partners](http://mathquill.com/partners.html). We are bound by a [Code of Conduct](http://docs.mathquill.com/en/latest/Code_of_Conduct/).
 
 MathQuill is actively developed and we're committed to getting
 things running smoothly. Find a dusty corner? [Let us know.](https://github.com/mathquill/mathquill/issues) We'd love to hear from you.
@@ -25,11 +25,11 @@
 console.log(mathField.latex()); // Shows '2^{\frac{3}{2}}'
 ```
 
-Check out our [Getting Started Guide](http://mathquill.readthedocs.org/en/latest/Getting_Started/) for setup instructions and basic MathQuill usage.
+Check out our [Getting Started Guide](http://docs.mathquill.com/en/latest/Getting_Started/) for setup instructions and basic MathQuill usage.
 
 ## Docs
 
-Most documentation for MathQuill is located on [ReadTheDocs](http://mathquill.readthedocs.io/en/latest/).
+Most documentation for MathQuill is located on [ReadTheDocs](http://docs.mathquill.com/en/latest/).
 
 Some older documentation still exists on the [Wiki](https://github.com/mathquill/mathquill/wiki).