Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, the original URL was supposed to be http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/, but it's also dead. Oh no.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the web archive: https://web.archive.org/web/20180719201947/http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/

Yeah, the mentioned tools are not relevant anymore. Our blog post is the spiritual successor.

* Read the [Semantic Versioning specification](http://semver.org)

### You should be able to
Expand Down