Skip to content

Commit b51e752

Browse files
author
Luca Bruno
authored
Merge pull request #335 from lucab/ups/readme-godoc
docs: update docs links in README
2 parents b046ffc + f59d7ed commit b51e752

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# go-systemd
22

33
[![Build Status](https://travis-ci.org/coreos/go-systemd.png?branch=master)](https://travis-ci.org/coreos/go-systemd)
4-
[![godoc](https://godoc.org/github.com/coreos/go-systemd?status.svg)](http://godoc.org/github.com/coreos/go-systemd)
4+
[![godoc](https://img.shields.io/badge/godoc-reference-5272B4)](https://pkg.go.dev/mod/github.com/coreos/go-systemd/v22/?tab=packages)
55
![minimum golang 1.12](https://img.shields.io/badge/golang-1.12%2B-orange.svg)
66

77

@@ -24,13 +24,15 @@ https://github.com/coreos/go-systemd/tree/master/examples/activation/httpserver
2424

2525
## systemd Service Notification
2626

27-
The `daemon` package is an implementation of the [sd_notify protocol](https://www.freedesktop.org/software/systemd/man/sd_notify.html#Description). It can be used to inform systemd of service start-up completion, watchdog events, and other status changes.
27+
The `daemon` package is an implementation of the [sd_notify protocol](https://www.freedesktop.org/software/systemd/man/sd_notify.html#Description).
28+
It can be used to inform systemd of service start-up completion, watchdog events, and other status changes.
2829

2930
## D-Bus
3031

31-
The `dbus` package connects to the [systemd D-Bus API](http://www.freedesktop.org/wiki/Software/systemd/dbus/) and lets you start, stop and introspect systemd units. The API docs are here:
32+
The `dbus` package connects to the [systemd D-Bus API](http://www.freedesktop.org/wiki/Software/systemd/dbus/) and lets you start, stop and introspect systemd units.
33+
[API documentation][dbus-doc] is available online.
3234

33-
http://godoc.org/github.com/coreos/go-systemd/dbus
35+
[dbus-doc]: https://pkg.go.dev/github.com/coreos/go-systemd/v22/dbus?tab=doc
3436

3537
### Debugging
3638

0 commit comments

Comments
 (0)