Skip to content

Commit 85baafe

Browse files
committed
doc: update links to new project home and add release badge
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent e635ea8 commit 85baafe

File tree

7 files changed

+15
-13
lines changed

7 files changed

+15
-13
lines changed

.github/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
finit is a small project, as such we have no possibility to support older versions.
66
The only supported version is the latest released on GitHub:
77

8-
<https://github.com/troglobit/finit/releases>
8+
<https://github.com/finit-project/finit/releases>
99

1010
## Reporting a Vulnerability
1111

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![License Badge][]][License] [![GitHub Status][]][GitHub] [![Coverity Status][]][Coverity Scan]
1+
[![License Badge][]][License] [![Release Badge][]][Release] [![GitHub Status][]][GitHub] [![Coverity Status][]][Coverity Scan]
22
<img align="right" src="doc/img/finit3.png" alt="Finit: Fast Init">
33

44
Finit is an alternative to [SysV init](https://en.wikipedia.org/wiki/Init)
@@ -31,7 +31,7 @@ tutorials:
3131
> standard installations, tested on amd64 (x86_64) systems. Custom
3232
> setups, e.g., for embedded systems, can be found in the following
3333
> [Buildroot][] based examples: [myLinux][], [Infix][], or the plain
34-
> [br2-finit-demo](https://github.com/troglobit/br2-finit-demo).
34+
> [br2-finit-demo](https://github.com/finit-project/br2-finit-demo).
3535
3636
[finix]: https://github.com/aanderse/finix
3737
[Buildroot]: https://buildroot.org
@@ -42,7 +42,9 @@ tutorials:
4242
[Claudio Matsuoka]: https://github.com/cmatsuoka
4343
[License]: https://en.wikipedia.org/wiki/MIT_License
4444
[License Badge]: https://img.shields.io/badge/License-MIT-teal.svg
45-
[GitHub]: https://github.com/troglobit/finit/actions/workflows/build.yml/
46-
[GitHub Status]: https://github.com/troglobit/finit/actions/workflows/build.yml/badge.svg
45+
[Release]: https://github.com/finit-project/finit/releases
46+
[Release Badge]: https://img.shields.io/github/v/release/finit-project/finit
47+
[GitHub]: https://github.com/finit-project/finit/actions/workflows/build.yml/
48+
[GitHub Status]: https://github.com/finit-project/finit/actions/workflows/build.yml/badge.svg
4749
[Coverity Scan]: https://scan.coverity.com/projects/3545
4850
[Coverity Status]: https://scan.coverity.com/projects/3545/badge.svg

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
AC_INIT([Finit], [4.15-rc1], [https://github.com/troglobit/finit/issues],
2-
[finit], [https://troglobit.com/projects/finit/])
1+
AC_INIT([Finit], [4.15-rc1], [https://github.com/finit-project/finit/issues],
2+
[finit], [https://http://finit-project.github.io/])
33
AC_CONFIG_AUX_DIR(aux)
44
AM_INIT_AUTOMAKE([1.11 foreign subdir-objects])
55
AM_SILENT_RULES([yes])

doc/ChangeLog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,9 +1869,9 @@ Major bug fix release.
18691869

18701870
* Initial release
18711871

1872-
[UNRELEASED]: https://github.com/troglobit/finit/compare/4.14...HEAD
1873-
[4.15]: https://github.com/troglobit/finit/compare/4.14...4.15
1874-
[4.14]: https://github.com/troglobit/finit/compare/4.13...4.14
1872+
[UNRELEASED]: https://github.com/finit-project/finit/compare/4.14...HEAD
1873+
[4.15]: https://github.com/finit-project/finit/compare/4.14...4.15
1874+
[4.14]: https://github.com/finit-project/finit/compare/4.13...4.14
18751875
[4.13]: https://github.com/troglobit/finit/compare/4.12...4.13
18761876
[4.12]: https://github.com/troglobit/finit/compare/4.11...4.12
18771877
[4.11]: https://github.com/troglobit/finit/compare/4.10...4.11

doc/config/files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the following layout is recommended:
3232
`- ...
3333

3434
Configuration files in `/etc` are provided by the user, or projects like
35-
[finit-skel](https://github.com/troglobit/finit-skel) and extended by
35+
[finit-skel](https://github.com/finit-project/finit-skel) and extended by
3636
the user.
3737

3838
The files in `/lib/finit/system/*.conf` are system critical services and

doc/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ and as soon as it comes back up again `ntpd` is restarted automatically.
134134
[finit.conf(5)]: https://man.troglobit.com/man5/finit.conf.5.html
135135
[infix]: https://kernelkit.github.io
136136
[myLinux]: https://github.com/troglobit/myLinux/
137-
[contrib]: https://github.com/troglobit/finit/tree/master/contrib
137+
[contrib]: https://github.com/finit-project/finit/tree/master/contrib

doc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and proposed extensions.
6363
[3]: https://manpages.debian.org/unstable/ifupdown2/interfaces.5.en.html
6464
[4]: https://en.wikipedia.org/wiki/Init
6565
[5]: https://en.wikipedia.org/wiki/Runlevel
66-
[6]: https://github.com/troglobit/finit
66+
[6]: https://github.com/finit-project/finit
6767
[systemd]: https://www.freedesktop.org/wiki/Software/systemd/
6868
[sd_notify()]: https://www.freedesktop.org/software/systemd/man/sd_notify.html
6969
[s6 style]: https://skarnet.org/software/s6/notifywhenup.html

0 commit comments

Comments
 (0)