Skip to content

Commit 1858d57

Browse files
authored
Switch from porter.sh to getporter.org (getporter#2209)
* Switch from porter.sh to getporter.org The .sh TLD is a country code and we want to use something more reliable so we are switching which domain we link everywhere to use a US controlled TLD, .org instead. Signed-off-by: Carolyn Van Slyck <[email protected]> * Fix more porter.sh references Signed-off-by: Carolyn Van Slyck <[email protected]>
1 parent eaf8d0d commit 1858d57

File tree

147 files changed

+297
-293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+297
-293
lines changed

.github/ISSUE_TEMPLATE/design_proposal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Provide other approaches considered prior to deciding on the submitted proposal.
2323
If applicable, provide potential implementation details assuming the proposal is accepted.
2424

2525
# Checklist
26-
- [ ] An announcement of this proposal has been sent to the Porter mailing list: https://porter.sh/mailing-list
26+
- [ ] An announcement of this proposal has been sent to the Porter mailing list: https://getporter.org/mailing-list
2727
- [ ] This proposal has remained open for at least one week, to allow time for community feedback.

.github/pull_request_template.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Closes # _(issue)_
88

99
_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]._
1010

11-
[1]: https://porter.sh/src/CONTRIBUTING.md#when-to-open-a-pull-request
11+
[1]: https://getporter.org/src/CONTRIBUTING.md#when-to-open-a-pull-request
1212

1313
# Notes for the reviewer
1414
_Put any questions or notes for the reviewer here._
@@ -23,4 +23,4 @@ _Put any questions or notes for the reviewer here._
2323
* Comment with /azp run test-porter-release if a magefile or build script was modified
2424
* Comment with /azp run porter-integration if it's a non-trivial PR
2525

26-
[contributors]: https://porter.sh/src/CONTRIBUTORS.md
26+
[contributors]: https://getporter.org/src/CONTRIBUTORS.md

CODE_OF_CONDUCT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ This Code of Conduct is adapted from the [Contributor Covenant][homepage], versi
7272
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
7373

7474
[homepage]: https://www.contributor-covenant.org
75-
[slack]: https://porter.sh/community#slack
75+
[slack]: https://getporter.org/community#slack

CONTRIBUTING.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ how things will go.
3535
If this is your first contribution to Porter, we have a [tutorial] that walks you
3636
through how to setup your developer environment, make a change and test it.
3737

38-
[tutorial]: https://porter.sh/contribute/tutorial/
38+
[tutorial]: https://getporter.org/contribute/tutorial/
3939

4040
## Code of Conduct
4141

4242
The Porter community is governed by our [Code of Conduct][coc].
4343
This includes but isn't limited to: the porter and related mixin repositories,
4444
slack, interactions on social media, project meetings, conferences and meetups.
4545

46-
[coc]: https://porter.sh/src/CODE_OF_CONDUCT.md
46+
[coc]: https://getporter.org/src/CODE_OF_CONDUCT.md
4747

4848
## Find an issue
4949

@@ -75,15 +75,15 @@ When you create your first pull request, add your name to the bottom of our
7575
[Contributors][contributors] list. Thank you for making Porter better! 🙇‍♀️
7676

7777
[getporter.org/find-issue]: https://getporter.org/find-issue/
78-
[contributors]: https://porter.sh/src/CONTRIBUTORS.md
78+
[contributors]: https://getporter.org/src/CONTRIBUTORS.md
7979
[skeletor]: https://github.com/getporter/skeletor
80-
[mixin-dev-guide]: https://porter.sh/mixin-dev-guide/
81-
[good-first-issue]: https://porter.sh/board/good+first+issue
82-
[help-wanted]: https://porter.sh/board/help+wanted
83-
[board]: https://porter.sh/board
84-
[slack]: https://porter.sh/community#slack
85-
[roadmap]: https://porter.sh/src/README.md#roadmap
86-
[pep]: https://porter.sh/contribute/proposals/
80+
[mixin-dev-guide]: https://getporter.org/mixin-dev-guide/
81+
[good-first-issue]: https://getporter.org/board/good+first+issue
82+
[help-wanted]: https://getporter.org/board/help+wanted
83+
[board]: https://getporter.org/board
84+
[slack]: https://getporter.org/community#slack
85+
[roadmap]: https://getporter.org/src/README.md#roadmap
86+
[pep]: https://getporter.org/contribute/proposals/
8787

8888
## Which branch to use
8989

@@ -219,7 +219,7 @@ Porter! After your first pull request is merged, you will be invited to the
219219
[Contributors team] which you may choose to accept (or not). Joining the team lets
220220
you have issues in GitHub assigned to you.
221221

222-
[canary]: https://porter.sh/install/#canary
222+
[canary]: https://getporter.org/install/#canary
223223
[Contributors team]: https://github.com/orgs/getporter/teams/contributors
224224

225225
### Follow-on PR
@@ -244,7 +244,7 @@ Our [contribution ladder][ladder] defines the roles and responsibilities for thi
244244
project and how to participate with the goal of moving from a user to a
245245
maintainer.
246246

247-
[ladder]: https://porter.sh/src/CONTRIBUTION_LADDER.md
247+
[ladder]: https://getporter.org/src/CONTRIBUTION_LADDER.md
248248

249249
# Developer Tasks
250250

@@ -371,7 +371,7 @@ installed into your bin directory in the root of the repository. You can use
371371

372372
## Plugin Debugging
373373

374-
If you are developing a [plugin](https://porter.sh/plugins/) and you want to
374+
If you are developing a [plugin](https://getporter.org/plugins/) and you want to
375375
debug it follow these steps:
376376

377377
The plugin to be debugged should be compiled and placed in porters plugin path
@@ -413,7 +413,7 @@ a new blog post and then preview it:
413413
1. Go to /docs/content/blog and create a new file. Whatever you name the file
414414
will be the last part of the URL. For example a file named
415415
"porter-collaboration.md" will be located at
416-
<https://porter.sh/blog/porter-collaboration/>.
416+
<https://getporter.org/blog/porter-collaboration/>.
417417

418418
1. At the top of the file copy and paste the frontmatter template below. The
419419
frontmatter is YAML that instucts the blogging software, Hugo, how to render the
@@ -480,7 +480,7 @@ The smoke and integration tests will run with telemetry enabled when the PORTER_
480480

481481
## Command Documentation
482482

483-
Our commands are documented at <https://porter.sh/cli> and that documentation is
483+
Our commands are documented at <https://getporter.org/cli> and that documentation is
484484
generated by our CLI. You should regenerate that documentation when you change
485485
any files in **cmd/porter** by running `mage DocsGen` which is run every time
486486
you run `mage build`.
@@ -551,7 +551,7 @@ dependency injection and testing strategies.
551551
* **templates**: files that need to be compiled into the porter binary with
552552
version command.
553553
* **scripts**:
554-
* **install**: Porter [installation](https://porter.sh/install) scripts
554+
* **install**: Porter [installation](https://getporter.org/install) scripts
555555
* **setup-dco**: Set up automatic DCO signoff for the developer environment
556556
* **tests** have Go-based integration tests.
557557

@@ -610,5 +610,5 @@ host and distribute its release binaries.
610610
Our [version strategy] explains how we version the project, when you should expect
611611
breaking changes in a release, and the process for the v1 release.
612612

613-
[cdn]: https://porter.sh/src/infra/cdn.md
614-
[version strategy]: https://porter.sh/project/version-strategy/
613+
[cdn]: https://getporter.org/src/infra/cdn.md
614+
[version strategy]: https://getporter.org/project/version-strategy/

CONTRIBUTION_LADDER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Here are some ideas for how you can be more involved and participate in the comm
2929

3030
They must follow our [Code of Conduct](CODE_OF_CONDUCT.md).
3131

32-
[slack]: https://porter.sh/community#slack
32+
[slack]: https://getporter.org/community#slack
3333

3434
## Contributor
3535

README.md

+25-25
Original file line numberDiff line numberDiff line change
@@ -7,37 +7,37 @@
77
Package your application, client tools, configuration, and deployment logic into an installer that you can distribute and run with a single command.
88
Based on the Cloud Native Application Bundle Specification, [CNAB](https://deislabs.io/cnab), Porter provides a declarative authoring experience that lets you focus on what you know best: your application.
99

10-
<p align="center">Learn all about Porter at <a href="https://porter.sh">porter.sh</a></p>
10+
<p align="center">Learn all about Porter at <a href="https://getporter.org">getporter.org</a></p>
1111

1212
# <a name="mixins"></a>Porter Mixins
1313

1414
Mixins provide out-of-the-box support for interacting with different tools and services from inside a bundle. You can always create a mixin, or use the exec mixin and a Custom Dockerfile if a custom mixin doesn't exist yet.
1515

16-
[Porter Mixins](https://porter.sh/mixins/) are available for below platform's:
16+
[Porter Mixins](https://getporter.org/mixins/) are available for below platform's:
1717

1818
| Platform | Supported? |
1919
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: |
20-
| <img src="docs\static\images\mixins\docker_icon.png" width="20" height="20" vertical-align="middle" /> [Docker](https://porter.sh/mixins/docker/) | ✔️ |
21-
| <img src="docs\static\images\mixins\docker-compose.png" width="20" height="20" vertical-align="middle" /> [Docker-Compose](https://porter.sh/mixins/docker-compose/) | ✔️ |
22-
| <img src="docs\static\images\mixins\kubernetes.svg" width="20" height="20" vertical-align="middle" /> [Kubernetes](https://porter.sh/mixins/kubernetes/) | ✔️ |
23-
| <img src="docs\static\images\mixins\helm.svg" width="20" height="20" vertical-align="middle" /> [Helm](https://porter.sh/mixins/helm/) | ✔️ |
24-
| <img src="docs\static\images\mixins\gcp.png" width="20" height="20" vertical-align="middle" /> [GCloud](https://porter.sh/mixins/gcloud/) | ✔️ |
25-
| <img src="docs\static\images\mixins\terraform_icon.png" width="20" height="20" vertical-align="middle" /> [Terraform](https://porter.sh/mixins/terraform/) | ✔️ |
26-
| <img src="docs\static\images\mixins\aws.svg" width="20" height="20" vertical-align="middle" /> [aws](https://porter.sh/mixins/aws/) | ✔️ |
27-
| <img src="docs\static\images\plugins\azure.png" width="20" height="20" vertical-align="middle" /> [Azure](https://porter.sh/mixins/azure/) | ✔️ |
28-
| <img src="docs\static\images\mixins\exec.png" width="20" height="20" vertical-align="middle" /> [exec](https://porter.sh/mixins/exec/) | ✔️ |
20+
| <img src="docs\static\images\mixins\docker_icon.png" width="20" height="20" vertical-align="middle" /> [Docker](https://getporter.org/mixins/docker/) | ✔️ |
21+
| <img src="docs\static\images\mixins\docker-compose.png" width="20" height="20" vertical-align="middle" /> [Docker-Compose](https://getporter.org/mixins/docker-compose/) | ✔️ |
22+
| <img src="docs\static\images\mixins\kubernetes.svg" width="20" height="20" vertical-align="middle" /> [Kubernetes](https://getporter.org/mixins/kubernetes/) | ✔️ |
23+
| <img src="docs\static\images\mixins\helm.svg" width="20" height="20" vertical-align="middle" /> [Helm](https://getporter.org/mixins/helm/) | ✔️ |
24+
| <img src="docs\static\images\mixins\gcp.png" width="20" height="20" vertical-align="middle" /> [GCloud](https://getporter.org/mixins/gcloud/) | ✔️ |
25+
| <img src="docs\static\images\mixins\terraform_icon.png" width="20" height="20" vertical-align="middle" /> [Terraform](https://getporter.org/mixins/terraform/) | ✔️ |
26+
| <img src="docs\static\images\mixins\aws.svg" width="20" height="20" vertical-align="middle" /> [aws](https://getporter.org/mixins/aws/) | ✔️ |
27+
| <img src="docs\static\images\plugins\azure.png" width="20" height="20" vertical-align="middle" /> [Azure](https://getporter.org/mixins/azure/) | ✔️ |
28+
| <img src="docs\static\images\mixins\exec.png" width="20" height="20" vertical-align="middle" /> [exec](https://getporter.org/mixins/exec/) | ✔️ |
2929

3030
# <a name="Plugins"></a>Porter Plugins
3131

3232
Plugins let you store Porter's data and retrieve secrets from an external service.
3333

34-
[Porter Plugins](https://porter.sh/plugins/) are available for below platform's:
34+
[Porter Plugins](https://getporter.org/plugins/) are available for below platform's:
3535

3636
| Platform | Supported? |
3737
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: |
38-
| <img src="docs\static\images\plugins\hashicorp.png" width="20" height="20" vertical-align="middle" /> [Hashicorp](https://porter.sh/plugins/hashicorp/) | ✔️ |
39-
| <img src="docs\static\images\plugins\azure.png" width="20" height="20" vertical-align="middle" /> [Azure](https://porter.sh/plugins/azure/) | ✔️ |
40-
| <img src="docs\static\images\mixins\kubernetes.svg" width="20" height="20" vertical-align="middle" /> [Kubernetes](https://porter.sh/plugins/kubernetes/) | ✔️ |
38+
| <img src="docs\static\images\plugins\hashicorp.png" width="20" height="20" vertical-align="middle" /> [Hashicorp](https://getporter.org/plugins/hashicorp/) | ✔️ |
39+
| <img src="docs\static\images\plugins\azure.png" width="20" height="20" vertical-align="middle" /> [Azure](https://getporter.org/plugins/azure/) | ✔️ |
40+
| <img src="docs\static\images\mixins\kubernetes.svg" width="20" height="20" vertical-align="middle" /> [Kubernetes](https://getporter.org/plugins/kubernetes/) | ✔️ |
4141

4242

4343
# Contact
@@ -52,20 +52,20 @@ Plugins let you store Porter's data and retrieve secrets from an external servic
5252
* [Slack] - We have a #porter channel and there's also #cnab for deep thoughts
5353
about the CNAB specification.
5454

55-
[Mailing List]: https://porter.sh/mailing-list
56-
[Slack]: https://porter.sh/community/#slack
55+
[Mailing List]: https://getporter.org/mailing-list
56+
[Slack]: https://getporter.org/community/#slack
5757
[Open an Issue]: https://github.com/getporter/porter/issues/new/choose
58-
[Forum]: https://porter.sh/forum/
59-
[Dev Meeting]: https://porter.sh/community/#dev-meeting
60-
[Porter Enhancement Proposals]: https://porter.sh/contribute/proposals/
58+
[Forum]: https://getporter.org/forum/
59+
[Dev Meeting]: https://getporter.org/community/#dev-meeting
60+
[Porter Enhancement Proposals]: https://getporter.org/contribute/proposals/
6161

6262
# Looking for Contributors
6363

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

68-
<p align="center">Start with our <a href="https://porter.sh/contribute/">New Contributors Guide</a>
68+
<p align="center">Start with our <a href="https://getporter.org/contribute/">New Contributors Guide</a>
6969

7070
Porter wouldn't be possible without our [contributors][contributors], carrying
7171
the load and making it better every day! 🙇‍♀️
@@ -74,7 +74,7 @@ the load and making it better every day! 🙇‍♀️
7474

7575
# Do you use Porter?
7676

77-
Take our [user survey](https://porter.sh/user-survey) and let us know if you are using Porter.
77+
Take our [user survey](https://getporter.org/user-survey) and let us know if you are using Porter.
7878
Project funding is contingent upon knowing that we have active users!
7979

8080
# Roadmap
@@ -90,10 +90,10 @@ currently working on and plan to work on over the next few months. We use the
9090
"on-hold" bucket to communicate items of interest that do not have a
9191
maintainer who will be working on them.
9292

93-
<p align="center">Check out our <a href="https://porter.sh/roadmap">roadmap</a></p>
93+
<p align="center">Check out our <a href="https://getporter.org/roadmap">roadmap</a></p>
9494

9595
Our [version strategy] explains how we version the project, when you should expect
9696
breaking changes in a release, and the process for the v1 release.
9797

98-
[board]: https://porter.sh/board
99-
[version strategy]: https://porter.sh/project/version-strategy/
98+
[board]: https://getporter.org/board
99+
[version strategy]: https://getporter.org/project/version-strategy/

REVIEWING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ of Porter. When you are asked to cut a new release, here is the process:
128128
* PR TITLE (#PR NUMBER)
129129
130130
# Install or Upgrade
131-
Run (or re-run) the installation from https://porter.sh/install to get the
131+
Run (or re-run) the installation from https://getporter.org/install to get the
132132
latest version of porter.
133133
```
134134
1. Name the release after the version.
135135
136136
[maintainers]: https://github.com/orgs/getporter/teams/maintainers
137137
[admins]: https://github.com/orgs/getporter/teams/admins
138138
[commits]: https://github.com/getporter/porter/commits/main
139-
[version strategy]: https://porter.sh/project/version-strategy/
139+
[version strategy]: https://getporter.org/project/version-strategy/

build/atom-template.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<feed xmlns="http://www.w3.org/2005/Atom">
2-
<id>https://porter.sh/mixins</id>
2+
<id>https://getporter.org/mixins</id>
33
<title>Porter Mixins</title>
44
<updated>{{Updated}}</updated>
55
<link rel="self" href="https://cdn.porter.sh/mixins/atom.xml"/>
66
<author>
77
<name>Porter Authors</name>
8-
<uri>https://porter.sh/mixins</uri>
8+
<uri>https://getporter.org/mixins</uri>
99
</author>
1010
{{#Mixins}}
1111
<category term="{{.}}"/>

build/images/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
the [Porter Workshop Docker Image][workshop] documentation for examples of
88
how to use it.
99

10-
[client]: https://porter.sh/docker-images/client/
11-
[workshop]: https://porter.sh/docker-images/workshop/
10+
[client]: https://getporter.org/docker-images/client/
11+
[workshop]: https://getporter.org/docker-images/workshop/

0 commit comments

Comments
 (0)