From 867500c01e8b03dc058dca408857155487d9d895 Mon Sep 17 00:00:00 2001 From: Neil Carvalho Date: Tue, 18 Feb 2025 08:57:38 -0300 Subject: [PATCH] Fix outdated links I could find a few dead links on the open source trail map: - A link to our blog was using a link shortener that no longer exists; - Our Playbook was reorganized. The current link, prior to this PR, pointed to the Playbook home page. --- open-source.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/open-source.md b/open-source.md index 28bbedf..e9fd869 100644 --- a/open-source.md +++ b/open-source.md @@ -5,7 +5,7 @@ A software philosophy that promotes free redistribution and access to source cod ## Beginning Open Source * [Get a GitHub account](http://github.com) -* Read about [software licenses](http://playbook.thoughtbot.com/#licenses) +* Read about [software licenses](https://thoughtbot.com/playbook/choose-platforms/licenses) * Read about [the purpose and formatting of a NEWS file](http://www.gnu.org/prep/standards/html_node/NEWS-File.html#NEWS-File) * Read about [the purpose and formatting of a ChangeLog file](http://www.gnu.org/prep/standards/html_node/Change-Logs.html#Change-Logs) @@ -22,7 +22,7 @@ A software philosophy that promotes free redistribution and access to source cod ## Intermediate Open Source -* Read [8 steps to fixing other people's code](http://rdd.me/tsf7khhg) +* Read [8 steps to fixing other people's code](https://thoughtbot.com/blog/8-new-steps-for-fixing-other-peoples-code) * Read the [Semantic Versioning specification](http://semver.org) ### You should be able to