Skip to content

Commit

Permalink
docs: Fix broken links on CONTRIBUTING.md (#2918)
Browse files Browse the repository at this point in the history
* docs: Fix broken links on CONTRIBUTING.md

Signed-off-by: Gonçalo Montalvão Marques <9379664+gonmmarques@users.noreply.github.com>
---------

Signed-off-by: Gonçalo Montalvão Marques <9379664+gonmmarques@users.noreply.github.com>
  • Loading branch information
gonmmarques authored Sep 21, 2023
1 parent 458e325 commit b5ca08c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ When you realize that you may need to make a breaking change, discuss it with a
Here are some examples of breaking changes:

* The schema of porter.yaml changed.
* The schema of Porter's [file formats](https://getporter.org/reference/file-formats) changed.
* The schema of Porter's [file formats](https://getporter.org/references/file-formats) changed.
* The schema of Porter's [config file](https://getporter.org/configuration/#config-file) changed.
* Flags or behavior of a CLI command changed, such as removing a flag or adding a validation that can result in a hard error, preventing the command from running.

Expand Down Expand Up @@ -680,5 +680,5 @@ Our [version strategy] explains how we version the project, when you should expe
breaking changes in a release, and the process for the v1 release.

[cdn]: https://getporter.org/src/infra/cdn.md
[version strategy]: https://getporter.org/project/version-strategy/
[version strategy]: https://getporter.org/references/version-strategy/
[Custom Windows CI Agent]: https://getporter.org/src/infra/custom-windows-ci-agent.md
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ and we will add you. **All** contributors belong here. 💯
* [Phill Gibson](https://github.com/phillipgibson)
* [Ludvig Liljenberg](https://github.com/ludfjig)
* [Maninderjit Bindra](https://github.com/manisbindra)
* [Gonçalo Montalvão Marques](https://github.com/gonmmarques)

0 comments on commit b5ca08c

Please sign in to comment.