Fixes the link to create a systemd for the `ipfs deamon`.
The previous link did not work anymore since the example project has been merged into the website. License: MIT Signed-off-by: Frederik Riedel <frederik@joinoasys.org>
Frederik Riedel committed
Apr 19, 2018 at 13:58 UTC
28aabd9859d4830e33a36efbaec3255911e8c0b8
1 file changed
+1
-1
README.md
+1
-1
@@ -155,7 +155,7 @@ dependencies as well.
155
(See https://github.com/ipfs/go-ipfs/issues/177)
156
* For more details on setting up FUSE (so that you can mount the filesystem), see the docs folder.
157
* Shell command completion is available in `misc/completion/ipfs-completion.bash`. Read [docs/command-completion.md](docs/command-completion.md) to learn how to install it.
158
-* See the [init examples](https://github.com/ipfs/examples/tree/master/examples/init) for how to connect IPFS to systemd or whatever init system your distro uses.
158
+* See the [init examples](https://github.com/ipfs/website/tree/master/static/docs/examples/init) for how to connect IPFS to systemd or whatever init system your distro uses.
159
160
### Development Dependencies
161