readme: fix incorrect href to ulagen.py

This commit is contained in:
Chriztoffer 2020-03-31 21:07:22 +00:00
parent fbf98ae0d3
commit 45ae6850d6
No known key found for this signature in database
GPG key ID: 9DCF2CA008EBD2E8

View file

@ -1,5 +1,5 @@
# Tips for a successful Pull Request
1. Bonus: Randomly generate IPv6 prefix for new allocations to avoid RFC4193 section 3.2. violation ([script](https://git.dn42.us/netravnen/dn42-repo-utils/raw/7b9e26d0ef4b2b6c68c4370ef65d8d7f5da76493/ulagen.py))
1. Bonus: Randomly generate IPv6 prefix for new allocations to avoid RFC4193 section 3.2. violation ([script](https://git.dn42.us/dn42/repo-utils/src/master/ulagen.py))
2. Squash your commits -- Keep the changes simple to read.
3. Run the schema check -- Make sure the changes are valid! Run `./check-my-stuff YOUROWN-MNT`
4. BONUS: install the commit hook! Run `./install-commit-hook YOUROWN-MNT`