updates to some docs

This commit is contained in:
Wyatt Johnson
2018-03-09 17:07:58 -07:00
parent 75c9269d8d
commit a32a205069
3 changed files with 3 additions and 3 deletions
@@ -12,7 +12,7 @@ class MyPluginComponent extends React.Component {
<small>
To read more about plugins check{' '}
<a href="https://coralproject.github.io/talk/plugins-client.html">
<a href="https://docs.coralproject.net/talk/plugins-client">
our docs and guides!
</a>
</small>
+1 -1
View File
@@ -13,7 +13,7 @@
};
```
To read more info on how to build client plugins. Please, go to: https://coralproject.github.io/talk/plugins-client.html
To read more info on how to build client plugins. Please, go to: https://docs.coralproject.net/talk/plugins-client
*/
import MyPluginComponent from './components/MyPluginComponent';
+1 -1
View File
@@ -211,7 +211,7 @@ you'll find a demo that can be used to test the copy that is running now on your
machine.
In order for the demo to work, you must add
`https://coralproject.github.io/` to your
`https://docs.coralproject.net/` to your
permitted domains list. You can do this by visiting
[http://127.0.0.1:3000/admin/configure](http://127.0.0.1:3000/admin/configure)
now and selecting *Tech Settings* from the sidebar.