Skip to content

Commit

Permalink
Merge pull request #139 from hashworks/doc/links
Browse files Browse the repository at this point in the history
Make sure README links are not 404 outside of GitHub
  • Loading branch information
kenyon authored Dec 2, 2021
2 parents cb7a0e4 + a4ef721 commit 703a8cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ will also configure a systemd service and a timer to execute it on a regular
basis. Borg doesn't automatically prune old backups, our script has parameters
for this.

Please have a look at our [REFERENCE.d](REFERENCE.md). All parameters are
Please have a look at our [REFERENCE.md](https://github.com/voxpupuli/puppet-borg/blob/master/REFERENCE.md). All parameters are
documented in that file.

### Examples
Expand Down Expand Up @@ -122,7 +122,7 @@ by running:
bundle exec rake test
```

Detailed instructions are in the [CONTRIBUTING.md](.github/CONTRIBUTING.md)
Detailed instructions are in the [CONTRIBUTING.md](https://github.com/voxpupuli/puppet-borg/blob/master/.github/CONTRIBUTING.md)
file.

## Contributions
Expand All @@ -135,7 +135,7 @@ Contribution is fairly easy:
* Write a test for it (maybe start with the test first)
* Create a pull request

Detailed instructions are in the [CONTRIBUTING.md](.github/CONTRIBUTING.md)
Detailed instructions are in the [CONTRIBUTING.md](https://github.com/voxpupuli/puppet-borg/blob/master/.github/CONTRIBUTING.md)
file.

## License and Author
Expand Down

0 comments on commit 703a8cb

Please sign in to comment.