diff --git a/bin/templates/plugin/client/components/MyPluginComponent.js b/bin/templates/plugin/client/components/MyPluginComponent.js index 98488b133..fc7a50ece 100644 --- a/bin/templates/plugin/client/components/MyPluginComponent.js +++ b/bin/templates/plugin/client/components/MyPluginComponent.js @@ -12,7 +12,7 @@ class MyPluginComponent extends React.Component { To read more about plugins check{' '} - + our docs and guides! diff --git a/bin/templates/plugin/client/index.js b/bin/templates/plugin/client/index.js index 72a7fe6a7..6735bacb0 100644 --- a/bin/templates/plugin/client/index.js +++ b/bin/templates/plugin/client/index.js @@ -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'; diff --git a/docs/source/01-01-talk-quickstart.md b/docs/source/01-01-talk-quickstart.md index a93fbf9a3..9ab7a50af 100644 --- a/docs/source/01-01-talk-quickstart.md +++ b/docs/source/01-01-talk-quickstart.md @@ -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.