fix: [docs] Fixes broken links on misp.github.io website

pull/8973/head
Christophe Vandeplas 2023-03-20 10:11:39 +08:00
parent aa9dffb03f
commit fba5a6c8b5
9 changed files with 24 additions and 24 deletions

View File

@ -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!}

View File

@ -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!}

View File

@ -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!}

View File

@ -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!}

View File

@ -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

View File

@ -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

View File

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

View File

@ -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:

View File

@ -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!}