diff --git a/docs/configuring/databases/mongo.rst b/docs/configuring/databases/mongo.rst index 94d5831275..922eee9c59 100644 --- a/docs/configuring/databases/mongo.rst +++ b/docs/configuring/databases/mongo.rst @@ -123,4 +123,4 @@ To start the app, run: Now visit ``yourdomainorip.com:4567`` and your NodeBB installation should be running. -NodeBB can also be started with helper programs, such as [``supervisor`` and ``forever``](https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB). You can also use `nginx` as a [reverse proxy](https://github.com/designcreateplay/NodeBB/wiki/Configuring-nginx-as-a-proxy-to-NodeBB). \ No newline at end of file +NodeBB can also be started with helper programs, such as :doc:`supervisor or forever <../../running/index>`. You can also use ``nginx`` as a :doc:`reverse proxy <../../configuring/proxies>`). \ No newline at end of file diff --git a/docs/installing/os/debian.rst b/docs/installing/os/debian.rst index 98a58f829e..b1df1d5db1 100644 --- a/docs/installing/os/debian.rst +++ b/docs/installing/os/debian.rst @@ -167,11 +167,11 @@ And after all.. let's run the NodeBB forum $ ./nodebb start -**Note:** If you NodeBB or your server crash, your NodeBB instance will not reboot (snap), this is why you should take a look at the other way to start your NodeBB instance with helper programs such as ``supervisor`` and ``forever``, just `take a look here `_ it's simple as a click! +**Note:** If you NodeBB or your server crash, your NodeBB instance will not reboot (snap), this is why you should take a look at the other way to start your NodeBB instance with helper programs such as ``supervisor`` and ``forever``, just :doc:`take a look here <../../running/index>` it's simple as a click! Extras, tips and Advice ^^^^^^^^^^^^^^^^^^^^^^^ You should secure your NodeBB installation, `take a look here `_. -You should use Nginx in order to reverse proxy your NodeBB installation on the port 80, `take a look here `_ \ No newline at end of file +You should use Nginx (or similar) in order to reverse proxy your NodeBB installation on the port 80, :doc:`take a look here <../../configuring/proxies>` \ No newline at end of file diff --git a/docs/installing/os/smartos.rst b/docs/installing/os/smartos.rst index a03f14d079..cbc194c9c1 100644 --- a/docs/installing/os/smartos.rst +++ b/docs/installing/os/smartos.rst @@ -130,4 +130,4 @@ Installation Upgrading NodeBB ---------------- -**Note:** Detailed upgrade instructions are listed in [Upgrading NodeBB](https://github.com/designcreateplay/NodeBB/wiki/Upgrading-NodeBB). \ No newline at end of file +**Note:** Detailed upgrade instructions are listed in :doc:`Upgrading NodeBB <../../upgrading/index>`. \ No newline at end of file diff --git a/docs/installing/os/ubuntu.rst b/docs/installing/os/ubuntu.rst index b886f54ba3..f1a663e0b7 100644 --- a/docs/installing/os/ubuntu.rst +++ b/docs/installing/os/ubuntu.rst @@ -55,4 +55,4 @@ Lastly, we run the forum. $ ./nodebb start -NodeBB can also be started with helper programs, such as ``supervisor`` and ``forever``. `Take a look at the options here `_. \ No newline at end of file +NodeBB can also be started with helper programs, such as ``supervisor`` and ``forever``. :doc:`Take a look at the options here <../../running/index>`. \ No newline at end of file