Skip to content

Commit b5beb2b

Browse files
committed
Minor, update URLs and clean up a bit
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent 09b4aee commit b5beb2b

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on small and embedded Linux systems, although fully usable on server and
1111
> [Claudio Matsuoka][]
1212
1313
For detailed information, explore our extensive documentation
14-
:books: **<https://troglobit.github.io/finit/>**
14+
:books: **<http://finit-project.github.io/finit/>**
1515

1616
<div align="center">
1717
<img src="doc/img/alpine-screenshot2.png" alt="Alpine screenshot"><br/>
@@ -20,10 +20,10 @@ For detailed information, explore our extensive documentation
2020
For working examples, see the :rocket: [contrib/](contrib/) section or these
2121
tutorials:
2222

23-
* :hammer_and_wrench: [Buildroot embedded Linux](https://troglobit.com/post/2022-12-26-buildroot-demo-of-fastinit-finit/),
24-
* :package: [Debian GNU/Linux](contrib/debian/),
25-
* :mountain: [Alpine Linux](contrib/alpine/), and
26-
* :milky_way: [Void Linux](contrib/void/)
23+
* :hammer_and_wrench: [Buildroot embedded Linux][br2demo],
24+
* :package: [Debian GNU/Linux](contrib/debian/),
25+
* :mountain: [Alpine Linux](contrib/alpine/), and
26+
* :milky_way: [Void Linux](contrib/void/)
2727

2828
> [!NOTE]
2929
> Support for various Linux distributions does not mean Finit installs
@@ -37,6 +37,7 @@ tutorials:
3737
[Buildroot]: https://buildroot.org
3838
[Infix]: https://kernelkit.github.io
3939
[myLinux]: https://github.com/troglobit/myLinux/
40+
[br2demo]: https://troglobit.com/post/2022-12-26-buildroot-demo-of-fastinit-finit/
4041
[EeePC fastinit]: https://web.archive.org/web/20071208212450/http://wiki.eeeuser.com/boot_process:the_boot_process
4142
[Claudio Matsuoka]: https://github.com/cmatsuoka
4243
[License]: https://en.wikipedia.org/wiki/MIT_License

doc/build.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ it only for debugging start up issues when Finit crashes.
186186
> None of these options should be enabled on production systems since
187187
> they can potentially give a user root access.
188188
189-
190-
[1]: ftp://troglobit.com/finit/finit-4.3.tar.gz
189+
[1]: https://github.com/finit-project/finit/releases/download/4.3/finit-4.3.tar.gz
191190
[libuEv]: https://github.com/troglobit/libuev
192191
[libite]: https://github.com/troglobit/libite

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Documentation
22
site_description: Fast Init for Linux Systems
3-
site_url: https://troglobit.github.io/finit/
4-
repo_url: https://github.com/troglobit/finit
3+
site_url: http://finit-project.github.io/finit/
4+
repo_url: https://github.com/finit-project//finit
55
repo_name: troglobit/finit
66
copyright: Copyright &copy; 2008-2025 Joachim Wiberg
77
docs_dir: doc/
@@ -61,6 +61,7 @@ nav:
6161
- Files & Layout: config/files.md
6262
- Conditions: conditions.md
6363
- Cgroups: config/cgroups.md
64+
- Capabilities: config/capabilities.md
6465
- Environment Variables: config/env.md
6566
- One-shot Tasks: config/task-and-run.md
6667
- Services:

0 commit comments

Comments
 (0)