fixed all of the internal links that were still pointing to the wiki

v1.18.x
psychobunny 11 years ago
parent 320909d5fb
commit 76d60be60a

@ -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).
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>`).

@ -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 <https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB>`_ 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 <https://github.com/designcreateplay/NodeBB#securing-nodebb>`_.
You should use Nginx in order to reverse proxy your NodeBB installation on the port 80, `take a look here <https://github.com/designcreateplay/NodeBB/wiki/Configuring-nginx-as-a-proxy-to-NodeBB>`_
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>`

@ -130,4 +130,4 @@ Installation
Upgrading NodeBB
----------------
**Note:** Detailed upgrade instructions are listed in [Upgrading NodeBB](https://github.com/designcreateplay/NodeBB/wiki/Upgrading-NodeBB).
**Note:** Detailed upgrade instructions are listed in :doc:`Upgrading NodeBB <../../upgrading/index>`.

@ -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 <https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB>`_.
NodeBB can also be started with helper programs, such as ``supervisor`` and ``forever``. :doc:`Take a look at the options here <../../running/index>`.
Loading…
Cancel
Save