Skip to content

Commit

Permalink
fix broken URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmppoon committed Sep 24, 2023
1 parent cfacd0f commit 9939d96
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ how things will go.
If this is your first contribution to Porter, we have a [tutorial] that walks you
through how to setup your developer environment, make a change and test it.

[tutorial]: https://getporter.org/contribute/tutorial/
[tutorial]: https://getporter.org/docs/contribute/tutorial/

## Code of Conduct

Expand Down Expand Up @@ -87,7 +87,7 @@ When you create your first pull request, add your name to the bottom of our
[board]: https://getporter.org/board
[slack]: https://getporter.org/community#slack
[roadmap]: https://getporter.org/src/README.md#roadmap
[pep]: https://getporter.org/contribute/proposals/
[pep]: https://getporter.org/docs/contribute/proposals/

## Which branch to use

Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ and we will add you. **All** contributors belong here. 💯
- [Maninderjit Bindra](https://github.com/manisbindra)
- [Gonçalo Montalvão Marques](https://github.com/gonmmarques)
- [Sumit Kumar Soni](https://github.com/zelfroster)
- [Chaiyapruek Muangsiri](https://github.com/cmppoon)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ Plugins let you store Porter's data and retrieve secrets from an external servic
[Open an Issue]: https://github.com/getporter/porter/issues/new/choose
[Forum]: https://getporter.org/forum/
[Dev Meeting]: https://getporter.org/community/#dev-meeting
[Porter Enhancement Proposals]: https://getporter.org/contribute/proposals/
[Porter Enhancement Proposals]: https://getporter.org/docs/contribute/proposals/

# Looking for Contributors

Want to work on Porter with us? 💖 We are actively seeking out new contributors
with the hopes of building up both casual contributors and enticing some of you
into becoming reviewers and maintainers.

<p align="center">Start with our <a href="https://getporter.org/contribute/">New Contributors Guide</a>
<p align="center">Start with our <a href="https://getporter.org/docs/contribute/">New Contributors Guide</a>

Porter wouldn't be possible without our [contributors][contributors], carrying
the load and making it better every day! 🙇‍♀️
Expand Down
2 changes: 1 addition & 1 deletion docs/content/blog/2023-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ We plan to build support for these features incrementally throughout the year, s
Phew! This is a big chunk of work for a pretty small group of maintainers and contributors.
So if you find any of this interesting, please consider helping us out!

Our [Contributing](https://getporter.org/contribute/) landing page has details on how to get involved with the project.
Our [Contributing](https://getporter.org/docs/contribute/) landing page has details on how to get involved with the project.
We welcome all types of contributions, such as:

* Feedback on use cases and requirements
Expand Down
2 changes: 1 addition & 1 deletion docs/content/blog/cncf.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Community][community] and [contribute to the project][contribute].
[jerrycar]: https://github.com/jeremyrickard
[sandbox]: https://cncf.io/sandbox-projects/
[community]: /community/
[contribute]: /contribute/
[contribute]: /docs/contribute/
[roadmap]: /roadmap/
[mixin-dev-guide]: /mixin-dev-guide/
[docker]: /mixins/docker/
Expand Down
2 changes: 1 addition & 1 deletion docs/content/blog/v1-roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ If you'd like to help us with v1 or contribute to the larger features in our pip
[buildkit]: https://github.com/getporter/porter/pull/1567
[advanced dependency management]: https://github.com/getporter/proposals/pull/8
[labels and namespaces]: https://github.com/cnabio/cnab-spec/pull/411
[new contributor guide]: /contribute/
[new contributor guide]: /docs/contribute/
2 changes: 1 addition & 1 deletion docs/content/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We meet every other week to discuss [Porter Enhancement Proposals], demo new fea
* [Agenda](/dev-meeting)
* [Calendar](/calendar/)

[Porter Enhancement Proposals]: /contribute/proposals/
[Porter Enhancement Proposals]: /docs/contribute/proposals/
[slack]: https://cloud-native.slack.com/
[invite]: https://slack.cncf.io/
[forum]: /forum
10 changes: 5 additions & 5 deletions docs/content/docs/contribute/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ mage SetupDCO

If you are using Powershell, see our Contributing Guide for [how to sign your commits][dco].

[dco]: /contribute/guide/#signing-your-commits
[dco]: /docs/contribute/guide/#signing-your-commits

## Build Porter

Expand Down Expand Up @@ -404,15 +404,15 @@ to make sure there aren't any regressions.
mage TestUnit TestSmoke
```

[unit tests]: /contribute/guide/#unit-tests
[smoke tests]: /contribute/guide/#smoke-tests
[unit tests]: /docs/contribute/guide/#unit-tests
[smoke tests]: /docs/contribute/guide/#smoke-tests

## Celebrate!

You can now build Porter, modify its code and try out your changes! 🎉 Your next
steps should be to read our [Contributing Guide] to understand how to [find an
issue] and contribute to Porter.

[Contributing Guide]: /contribute/
[find an issue]: /contribute/guide/#find-an-issue
[Contributing Guide]: /docs/contribute/
[find an issue]: /docs/contribute/guide/#find-an-issue
[Mage]: https://magefile.org
6 changes: 3 additions & 3 deletions docs/content/docs/contribute/work-with-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ We use two labels:

[getporter.org/find-issue]: /find-issue/
[conduct]: /src/CODE_OF_CONDUCT.md
[contributing]: /contribute/guide/
[find an issue]: /contribute/guide/#find-an-issue
[contributing]: /docs/contribute/guide/
[find an issue]: /docs/contribute/guide/#find-an-issue
[good first issue]: /board/good+first+issue
[help wanted]: /board/help+wanted
[tutorial]: /contribute/tutorial/
[tutorial]: /docs/contribute/tutorial/

## What can you work on?

Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/learn/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Check out our new [CNCF Porter Community] channel for all of our conference talk
- [Porter: An Opinionated CNAB Authoring Experience](#porter-an-opinionated-cnab-authoring-experience)
- [Free Glue Code - Porter](#free-glue-code---porter)

[pr]: /contribute/guide/
[pr]: /docs/contribute/guide/

### The Devil is in the Deployments: Bundle Use Cases

Expand Down
4 changes: 2 additions & 2 deletions docs/content/slides/cnab-unpacked/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ The friendly cloud installer that bootstraps your bundles using tools and assets
* [cnab.io][cnab]
* [cnab.io/community-meetings/#communications][cnab-slack] - #cnab CNCF Slack
* [getporter.org][porter]
* [getporter.org/contribute][contribute] - New Contributor Guide
* [getporter.org/docs/contribute][contribute] - New Contributor Guide
* [getporter.org/community][porter-slack] - #porter CNCF Slack and Office Hours

???
Expand All @@ -448,5 +448,5 @@ The friendly cloud installer that bootstraps your bundles using tools and assets
[cnab]: https://cnab.io
[cnab-slack]: https://cnab.io/community-meetings/#communications
[porter]: /
[contribute]: /contribute
[contribute]: /docs/contribute
[porter-slack]: /community

0 comments on commit 9939d96

Please sign in to comment.