diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-12 09:56:22 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-12 09:56:22 +0700 |
| commit | 54a1b4c74885bab75b382ec0f3aa46ed74fd3181 (patch) | |
| tree | 12be7a057986295ba3c51e1fba6d2a6665ff5bde | |
| parent | 797faa817881ea63271d5c6794b80ccd644cc76c (diff) | |
| download | vos-54a1b4c74885bab75b382ec0f3aa46ed74fd3181.tar.xz | |
doc/user: fix broken link in the vos user manual
| -rw-r--r-- | doc/user/vos_user_manual.html | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/user/vos_user_manual.html b/doc/user/vos_user_manual.html index ed5618c..b8874a9 100644 --- a/doc/user/vos_user_manual.html +++ b/doc/user/vos_user_manual.html @@ -86,23 +86,24 @@ source.</p> <ul> <li> Version : 4.2.1_20070724 </li> <li> Website : - <a href="http://gcc.gnu.org"> http://gcc.gnu.org </a></li> + <a href="https://gcc.gnu.org"> https://gcc.gnu.org </a></li> </ul> </li> <li> glibc development <ul> <li> Version : 2.6.1 </li> <li> Website : -<a href="http://www.gnu.org/software/libc/libc.html"> -http://www.gnu.org/software/libc/libc.html </a> </li> + <a href="https://sourceware.org/glibc/"> Glibc </a> </li> </ul> </li> <li> GNU Make <ul> <li> Version : 3.81 </li> <li> Website : -<a href="http://www.gnu.org/software/make/make.html"> -http://www.gnu.org/software/make/make.html </a> </li> + <a href="https://savannah.gnu.org/projects/make"> + https://savannah.gnu.org/projects/make + </a> + </li> </ul> </li> </ul> @@ -189,7 +190,7 @@ this value will tell Vos program to debug parsing process (2) but will not process the script (1). </p> </li> -</br> +<br/> <!-- VOS_DEBUG end --> <li> |
