From 45ae6850d6878835c4ef7c547d7633c2b8c80cce Mon Sep 17 00:00:00 2001 From: Chriztoffer Date: Tue, 31 Mar 2020 21:07:22 +0000 Subject: [PATCH] readme: fix incorrect href to ulagen.py --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 228c54ea5..7328f297b 100644 --- a/README.md +++ b/README.md @@ -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`