From 9fd65daf5cbab4d5223862ccf195dfda3003724d Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Wed, 6 Dec 2023 22:20:59 +0100 Subject: [PATCH] DOCS: Removed the (by GitBook) broken GitHub links (#2694) --- documentation/writing-providers.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/writing-providers.md b/documentation/writing-providers.md index 1e44de363..a9f422ab7 100644 --- a/documentation/writing-providers.md +++ b/documentation/writing-providers.md @@ -203,11 +203,11 @@ an automated way to test for this bug. The manual steps are here in ## Step 9: Update docs -* Edit [README.md](https://github.com/StackExchange/dnscontrol): Add the provider to the bullet list. -* Edit [documentation/providers.md](https://github.com/StackExchange/dnscontrol/blob/master/documentation/providers.md): Add the provider to the provider list. -* Edit [documentation/SUMMARY.md](https://github.com/StackExchange/dnscontrol/blob/master/documentation/SUMMARY.md): Add the provider to the provider list. +* Edit `README.md`: Add the provider to the bullet list. +* Edit `documentation/providers.md`: Add the provider to the provider list. +* Edit `documentation/SUMMARY.md`: Add the provider to the provider list. * Create `documentation/providers/PROVIDERNAME.md`: Use one of the other files in that directory as a base. -* Edit [OWNERS](https://github.com/StackExchange/dnscontrol/blob/master/OWNERS): Add the directory name and your GitHub username. +* Edit `OWNERS`: Add the directory name and your GitHub username. ## Step 10: Submit a PR