diff --git a/docs/INSTALL.rhel7.md b/docs/INSTALL.rhel7.md index 6f15fe7c8..a6abb2dcd 100644 --- a/docs/INSTALL.rhel7.md +++ b/docs/INSTALL.rhel7.md @@ -10,7 +10,7 @@ {!generic/manual-install-notes.md!} !!! notice - If the next line is `[!generic/community.md!]()` [click here](https://misp.github.io/MISP/INSTALL.rhel7/). + If the next line is `[!generic/community.md!]()` [click here](https://misp.github.io/MISP/INSTALL.rhel7). {!generic/community.md!} diff --git a/docs/INSTALL.rhel8.md b/docs/INSTALL.rhel8.md index caed60e98..b8c58c884 100644 --- a/docs/INSTALL.rhel8.md +++ b/docs/INSTALL.rhel8.md @@ -12,7 +12,7 @@ {!generic/manual-install-notes.md!} !!! notice - If the next line is `[!generic/community.md!]()` [click here](https://misp.github.io/MISP/INSTALL.rhel8/). + If the next line is `[!generic/community.md!]()` [click here](https://misp.github.io/MISP/INSTALL.rhel8). {!generic/community.md!} diff --git a/docs/INSTALL.ubuntu1804.md b/docs/INSTALL.ubuntu1804.md index 23888adc6..4d1d97642 100644 --- a/docs/INSTALL.ubuntu1804.md +++ b/docs/INSTALL.ubuntu1804.md @@ -3,7 +3,7 @@ {!generic/manual-install-notes.md!} -Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.ubuntu1804/). +Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.ubuntu1804). ### 0/ MISP Ubuntu 18.04-server install - status ------------------------- @@ -11,7 +11,7 @@ Make sure you are reading the parsed version of this Document. When in doubt [cl Installer tested working by [@SteveClement](https://twitter.com/SteveClement) on 20210401 (works with **Ubuntu 19.04/20.04/21.04** too) !!! notice - If the next line is `[!generic/core.md!]()` [click here](https://misp.github.io/MISP/INSTALL.ubuntu1804/). + If the next line is `[!generic/core.md!]()` [click here](https://misp.github.io/MISP/INSTALL.ubuntu1804). {!generic/core.md!} diff --git a/docs/INSTALL.ubuntu2004.md b/docs/INSTALL.ubuntu2004.md index 623ca452e..4dde773c3 100644 --- a/docs/INSTALL.ubuntu2004.md +++ b/docs/INSTALL.ubuntu2004.md @@ -5,7 +5,7 @@ ### -1/ Installer and Manual install instructions -Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.ubuntu2004/). +Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.ubuntu2004). ### 0/ MISP Ubuntu 20.04-server install - status ------------------------- @@ -13,7 +13,7 @@ Make sure you are reading the parsed version of this Document. When in doubt [cl Installer tested working by [@SteveClement](https://twitter.com/SteveClement) on 20210401 (works with **Ubuntu 19.04/20.04/21.04** too) !!! notice - If the next line is `[!generic/core.md!]()` [click here](https://misp.github.io/MISP/INSTALL.ubuntu2004/). + If the next line is `[!generic/core.md!]()` [click here](https://misp.github.io/MISP/INSTALL.ubuntu2004). {!generic/core.md!} diff --git a/docs/archive/xINSTALL.debian9.md b/docs/archive/xINSTALL.debian9.md index 894102be0..1a9490fbf 100644 --- a/docs/archive/xINSTALL.debian9.md +++ b/docs/archive/xINSTALL.debian9.md @@ -5,7 +5,7 @@ ------------------------------------ !!! notice - Please use [Debian 10](https://misp.github.io/MISP/xINSTALL.debian10/) as everything works as expected. + Please use [Debian 10](https://misp.github.io/MISP/xINSTALL.debian10) as everything works as expected. !!! notice diff --git a/docs/generic/upgrading.md b/docs/generic/upgrading.md index 060e32202..13801d665 100644 --- a/docs/generic/upgrading.md +++ b/docs/generic/upgrading.md @@ -12,7 +12,7 @@ If this fails most likely permissions are the reason. More details can be found in [MISP Book](https://www.circl.lu/doc/misp/faq/#update-misp-fails) to resolve the issue. -To fix permissions refer to [the install guide](https://misp.github.io/MISP/INSTALL.ubuntu1804/#5-set-the-permissions). +To fix permissions refer to [the install guide](https://misp.github.io/MISP/INSTALL.ubuntu1804#5-set-the-permissions). Another way is to open a shell on your MISP instance and go to the main MISP directory and pull the latest code: @@ -22,7 +22,7 @@ sudo -H -u www-data git pull origin 2.4 sudo -H -u www-data git submodule update --init --recursive ``` -If the above fails, your permissons might be wrong. [Click here for the fix the permissions guide](https://misp.github.io/MISP/INSTALL.ubuntu1804/#5-set-the-permissions). +If the above fails, your permissons might be wrong. [Click here for the fix the permissions guide](https://misp.github.io/MISP/INSTALL.ubuntu1804#5-set-the-permissions). ##### MISP Dependencies diff --git a/docs/index.md b/docs/index.md index ff477c7ff..f312cc5bc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,17 +2,17 @@ On the following pages you will find stock install instructions for getting a base MISP system running. -- [INSTALL.ubuntu2204.md](https://github.com/MISP/MISP/blob/2.4/docs/xINSTALL.ubuntu2204.md) -- [INSTALL.ubuntu2004.md](https://github.com/MISP/MISP/blob/2.4/docs/INSTALL.ubuntu2004.md) -- [INSTALL.ubuntu1804.md](https://github.com/MISP/MISP/blob/2.4/docs/INSTALL.ubuntu1804.md) -- [INSTALL.rhel8.md](https://github.com/MISP/MISP/blob/2.4/docs/INSTALL.rhel8.md) -- [INSTALL.rhel7.md](https://github.com/MISP/MISP/blob/2.4/docs/INSTALL.rhel7.md) -- [INSTALL.kali.md](https://github.com/MISP/MISP/blob/2.4/docs/INSTALL.kali.md) -- [INSTALL.NetBSD.md](https://github.com/MISP/MISP/blob/2.4/docs/xINSTALL.NetBSD.md) -- [INSTALL.OpenBSD.md](https://github.com/MISP/MISP/blob/2.4/docs/xINSTALL.OpenBSD.md) -- [INSTALL.centos7.md](https://github.com/MISP/MISP/blob/2.4/docs/xINSTALL.centos7.md) -- [INSTALL.debian10.md](https://github.com/MISP/MISP/blob/2.4/docs/xINSTALL.debian10.md) -- [INSTALL.tsurugi.md](https://github.com/MISP/MISP/blob/2.4/docs/xINSTALL.tsurugi.md) +- [INSTALL.ubuntu2204](https://misp.github.io/MISP/xINSTALL.ubuntu2204) +- [INSTALL.ubuntu2004](https://misp.github.io/MISP/INSTALL.ubuntu2004) +- [INSTALL.ubuntu1804](https://misp.github.io/MISP/INSTALL.ubuntu1804) +- [INSTALL.rhel8](https://misp.github.io/MISP/INSTALL.rhel8) +- [INSTALL.rhel7](https://misp.github.io/MISP/INSTALL.rhel7) +- [INSTALL.kali](https://misp.github.io/MISP/INSTALL.kali) +- [INSTALL.NetBSD](https://misp.github.io/MISP/xINSTALL.NetBSD) +- [INSTALL.OpenBSD](https://misp.github.io/MISP/xINSTALL.OpenBSD) +- [INSTALL.centos7](https://misp.github.io/MISP/xINSTALL.centos7) +- [INSTALL.debian10](https://misp.github.io/MISP/xINSTALL.debian10) +- [INSTALL.tsurugi](https://misp.github.io/MISP/xINSTALL.tsurugi) For full documentation visit [misp-book](https://www.circl.lu/doc/misp/). diff --git a/docs/xINSTALL.centos7.md b/docs/xINSTALL.centos7.md index 659cb27dc..93967d549 100644 --- a/docs/xINSTALL.centos7.md +++ b/docs/xINSTALL.centos7.md @@ -2,11 +2,11 @@ ## for CentOS 7.x -Please use the Red Hat Enterprise Linux 7 Instructions for a CentOS 7 install. [click here](https://misp.github.io/MISP/INSTALL.rhel7/). +Please use the Red Hat Enterprise Linux 7 Instructions for a CentOS 7 install. [click here](https://misp.github.io/MISP/INSTALL.rhel7). ### -1/ Installer and Manual install instructions -Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.rhel7/). +Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.rhel7). !!! warning In the **future**, to install MISP on a fresh CentOS 7 install all you need to do is: diff --git a/docs/xINSTALL.ubuntu2204.md b/docs/xINSTALL.ubuntu2204.md index 97f33086c..6e04e0aa9 100644 --- a/docs/xINSTALL.ubuntu2204.md +++ b/docs/xINSTALL.ubuntu2204.md @@ -5,7 +5,7 @@ ### -1/ Installer and Manual install instructions -Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.ubuntu2004/). +Make sure you are reading the parsed version of this Document. When in doubt [click here](https://misp.github.io/MISP/INSTALL.ubuntu2004). ### 0/ MISP Ubuntu 22.04-server install - status ------------------------- @@ -13,7 +13,7 @@ Make sure you are reading the parsed version of this Document. When in doubt [cl Installer tested working by [@SteveClement](https://twitter.com/SteveClement) on 20211002 !!! notice - If the next line is `[!generic/core.md!]()` [click here](https://misp.github.io/MISP/INSTALL.ubuntu2204/). + If the next line is `[!generic/core.md!]()` [click here](https://misp.github.io/MISP/INSTALL.ubuntu2204). {!generic/core.md!}