Skip to content

Commit

Permalink
Add redirects for our project boards (#926)
Browse files Browse the repository at this point in the history
* Add redirects for our project boards

The URLs are kind of long and these will help us out if we ever
need to change them in the future.

* Redirect issue queries and src blobs
  • Loading branch information
carolynvs-msft authored Feb 25, 2020
1 parent 318b5dd commit 8366937
Show file tree
Hide file tree
Showing 14 changed files with 27 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Closes # _(issue)_

_If there is not an existing issue, please make sure we have context on why this change is needed. See our Contributing Guide for [examples of when an existing issue isn't necessary][1]._

[1]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#when-to-open-a-pull-request
[1]: /CONTRIBUTING.md#when-to-open-a-pull-request

# Notes for the reviewer
_Put any questions or notes for the reviewer here._
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Another great way to contribute is to create a mixin! You can start use the

[skeletor]: https://github.com/deislabs/porter-skeletor
[mixin-dev-guide]: https://porter.sh/mixin-dev-guide/
[good-first-issue]: https://github.com/orgs/deislabs/projects/2?card_filter_query=label%3A%22good+first+issue%22
[help-wanted]: https://github.com/orgs/deislabs/projects/2?card_filter_query=label%3A%22help+wanted%22
[board]: https://github.com/orgs/deislabs/projects/2
[good-first-issue]: https://porter.sh/board/good+first+issue
[help-wanted]: https://porter.sh/board/help+wanted
[board]: https://porter.sh/board

## When to open a pull request

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ currently working on and plan to work on over the next few months. We use the
"on-hold" bucket to communicate items of interest that doesn't have a core
maintainer who will be working on it.

<p align="center">Check out our <a href="https://github.com/deislabs/porter/projects/4">roadmap</a></p>
<p align="center">Check out our <a href="https://porter.sh/roadmap">roadmap</a></p>

[board]: https://github.com/orgs/deislabs/projects/2
[board]: https://porter.sh/board
2 changes: 1 addition & 1 deletion docs/content/architecture-buildtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ if you would like to add content for this page.
* [Mixin Architecture](/mixin-dev-guide/architecture/)
* [Building the Invocation Image](/build-image/)

[contrib]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#documentation
[contrib]: /src/CONTRIBUTING.md#documentation
2 changes: 1 addition & 1 deletion docs/content/architecture-runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if you would like to add content for this page.
* How mixins are executed
* single invocation image

[contrib]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#documentation
[contrib]: /src/CONTRIBUTING.md#documentation
14 changes: 7 additions & 7 deletions docs/content/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ wanted][help-wanted] issues for our other contributors.
* `help wanted` are issues suitable for someone who isn't a maintainer and usually
also has extra guidance.

[conduct]: https://github.com/deislabs/porter/blob/master/CODE_OF_CONDUCT.md
[contributing]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md
[find-an-issue]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#find-an-issue
[good-first-issue]: https://github.com/orgs/deislabs/projects/2?card_filter_query=label%3A%22good+first+issue%22
[help-wanted]: https://github.com/orgs/deislabs/projects/2?card_filter_query=label%3A%22help+wanted%22
[conduct]: /src/CODE_OF_CONDUCT.md
[contributing]: /src/CONTRIBUTING.md
[find-an-issue]: /src/CONTRIBUTING.md#find-an-issue
[good-first-issue]: /board/good+first+issue
[help-wanted]: /board/help+wanted

## What can you work on?

Expand All @@ -88,7 +88,7 @@ reach out to a maintainer on [Slack][slack].

[skeletor]: https://github.com/deislabs/porter-skeletor
[mixin-dev-guide]: /mixin-dev-guide/
[roadmap]: https://github.com/deislabs/porter/projects/4
[roadmap]: /roadmap

## Who can be a maintainer?

Expand All @@ -98,5 +98,5 @@ maintainer to admin.

<p align="center">Sound like fun? 🙋🏽‍♀️ Join us!</p>

[ladder]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#contribution-ladder
[ladder]: /src/CONTRIBUTING.md#contribution-ladder
[slack]: /community#slack
2 changes: 1 addition & 1 deletion docs/content/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ At this time Porter only supports direct dependencies. Dependencies of dependenc
transitive dependencies, are ignored. See [Design: Dependency Graph Resolution](https://github.com/deislabs/porter/issues/69)
for our backlog item tracking this feature. We do plan to support it!
[example]: https://github.com/deislabs/porter/blob/master/build/testdata/bundles/wordpress/porter.yaml
[example]: /src/build/testdata/bundles/wordpress/porter.yaml
2 changes: 1 addition & 1 deletion docs/content/finding-bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if you would like to add content for this page.
* CNAB Spec is still working on distributing bundles
* Once we have it, document how to find bundle registries

[contrib]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#documentation
[contrib]: /src/CONTRIBUTING.md#documentation
2 changes: 1 addition & 1 deletion docs/content/learning.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and show it off! ✨
* [Porter: An Opinionated CNAB Authoring Experience](#porter-an-opinionated-cnab-authoring-experience)
* [Free Glue Code - Porter](#free-glue-code-porter)

[pr]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md
[pr]: /src/CONTRIBUTING.md

### Understanding Cloud Native Application Bundles

Expand Down
2 changes: 1 addition & 1 deletion docs/content/mixin-dev-guide/distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@ can handle installing them as well.
See the [Search Guide][search-guide] on how to search for available mixins and/or
add your own to the list.

[mk]: https://github.com/deislabs/porter/blob/master/mixin.mk
[mk]: /src/mixin.mk
[search-guide]: /package-search
4 changes: 2 additions & 2 deletions docs/content/package-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ $ porter plugin search -o yaml
Porter maintains a list each for mixins and plugins available for installation.
They are represented in JSON:

* [Mixin Directory](https://github.com/deislabs/porter/blob/master/pkg/mixin/directory/index.json)
* [Plugin Directory](https://github.com/deislabs/porter/blob/master/pkg/plugins/directory/index.json)
* [Mixin Directory](/src/pkg/mixin/directory/index.json)
* [Plugin Directory](/src/pkg/plugins/directory/index.json)

To list your mixin or plugin for others to see, create a new JSON entry just
like the others, with details updated to reflect your offering.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/signing-bundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ if you would like to add content for this page.

* This needs to wait until we wrap duffle commands with porter

[contrib]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#documentation
[contrib]: /src/CONTRIBUTING.md#documentation
2 changes: 1 addition & 1 deletion docs/content/use-mixins.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ if you would like to add content for this page.

* [Mixin Architecture](/mixin-dev-guide/architecture/)

[contrib]: https://github.com/deislabs/porter/blob/master/CONTRIBUTING.md#documentation
[contrib]: /src/CONTRIBUTING.md#documentation
4 changes: 4 additions & 0 deletions docs/static/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/board https://github.com/orgs/deislabs/projects/2
/board/* https://github.com/orgs/deislabs/projects/2?card_filter_query=label:":splat"
/roadmap https://github.com/deislabs/porter/projects/4
/src/* https://github.com/deislabs/porter/blob/master/:splat

0 comments on commit 8366937

Please sign in to comment.