From 7a568627e9ca8182e651fe2e910e240149e6a5ea Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 5 May 2024 15:34:00 -0400 Subject: [PATCH] docs: Update dead links --- docs/on-the-web.md | 10 +++++----- test/test-markdownlint.sh | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/on-the-web.md b/docs/on-the-web.md index ab0b1f35..feed79d4 100644 --- a/docs/on-the-web.md +++ b/docs/on-the-web.md @@ -21,15 +21,15 @@ if we missed something that you think is relevant! | Felix Frank | blog | [Puppet Powered Mgmt (puppet to mgmt tl;dr)](https://ffrank.github.io/features/2016/06/19/puppet-powered-mgmt/) | | James Shubin | blog | [Automatic clustering in mgmt](https://purpleidea.com/blog/2016/06/20/automatic-clustering-in-mgmt/) | | James Shubin | video | [Recording from CoreOSFest 2016](https://www.youtube.com/watch?v=KVmDCUA42wc&html5=1) | -| James Shubin | video | [Recording from DebConf16](http://meetings-archive.debian.net/pub/debian-meetings/2016/debconf16/Next_Generation_Config_Mgmt.webm) ([Slides](https://annex.debconf.org//debconf-share/debconf16/slides/15-next-generation-config-mgmt.pdf)) | +| James Shubin | video | [Recording from DebConf16](http://meetings-archive.debian.net/pub/debian-meetings/2016/debconf16/Next_Generation_Config_Mgmt.webm) | | Felix Frank | blog | [Edging It All In (puppet and mgmt edges)](https://ffrank.github.io/features/2016/07/12/edging-it-all-in/) | | Felix Frank | blog | [Translating All The Things (puppet to mgmt translation warnings)](https://ffrank.github.io/features/2016/08/19/translating-all-the-things/) | -| James Shubin | video | [Recording from systemd.conf 2016](https://www.youtube.com/watch?v=jB992Zb3nH0&html5=1) | +| James Shubin | video | [Recording from systemd.conf 2016](https://www.youtube.com/watch?v=_TowsFAWWRA) | | James Shubin | blog | [Remote execution in mgmt](https://purpleidea.com/blog/2016/10/07/remote-execution-in-mgmt/) | -| James Shubin | video | [Recording from High Load Strategy 2016](https://vimeo.com/191493409) | -| James Shubin | video | [Recording from NLUUG 2016](https://www.youtube.com/watch?v=MmpwOQAb_SE&html5=1) | +| James Shubin | video | [Recording from High Load Strategy 2016](https://www.youtube.com/watch?v=-4g14KUVPVk) | +| James Shubin | video | [Recording from NLUUG 2016](https://www.youtube.com/watch?v=0vO93ni1zos) | | James Shubin | blog | [Send/Recv in mgmt](https://purpleidea.com/blog/2016/12/07/sendrecv-in-mgmt/) | -| Julien Pivotto | blog | [Augeas resource for mgmt](https://roidelapluie.be/blog/2017/02/14/mgmt-augeas/) | +| Julien Pivotto | blog | [Augeas resource for mgmt](https://purpleidea.com/cached/mgmt-augeas.html) (Cached from: https://roidelapluie.be/blog/2017/02/14/mgmt-augeas/) | | James Shubin | blog | [Metaparameters in mgmt](https://purpleidea.com/blog/2017/03/01/metaparameters-in-mgmt/) | | James Shubin | video | [Recording from Incontro DevOps 2017](https://vimeo.com/212241877) | | Yves Brissaud | blog | [mgmt aux HumanTalks Grenoble (french)](http://log.winsos.net/2017/04/12/mgmt-aux-human-talks-grenoble.html) | diff --git a/test/test-markdownlint.sh b/test/test-markdownlint.sh index 8f995592..5530506e 100755 --- a/test/test-markdownlint.sh +++ b/test/test-markdownlint.sh @@ -22,6 +22,7 @@ cat << 'EOF' > "$STYLE" all exclude_rule 'MD010' # Hard tabs exclude_rule 'MD032' # Lists should be surrounded by blank lines +exclude_rule 'MD034' # Bare URL used exclude_rule 'MD040' # Fenced code blocks should have a language specified exclude_rule 'MD026' # Trailing punctuation in header exclude_rule 'MD024' # Multiple headers with the same content