Skip to content

Commit

Permalink
Merge pull request juju#14045 from jnsgruk/2.9
Browse files Browse the repository at this point in the history
juju#14045

I was reading through some of the bitesize bugs, and [LP#1836818](https://bugs.launchpad.net/juju/+bug/1836818) caught my eye. The issue in question is actually no longer an issue, but there were several references to URLs that either don't exist, or should probably just refer to `charmhub.io` or `juju.is`. This PR is purely presentational and just updates those links.

## Checklist

 - [ ] Requires a [pylibjuju](https://github.com/juju/python-libjuju) change
 - [ ] Added [integration tests](https://github.com/juju/juju/tree/develop/tests) for the PR
 - [ ] Added or updated [doc.go](https://discourse.jujucharms.com/t/readme-in-packages/451) related to packages changed
 - [ ] Comments answer the question of why design decisions were made

## Documentation changes

There are multiple READMEs that are affected here, mostly in the test suite. There is one item that changes a CLI help page, where the link previously returned a 404. I was unable to locate the original document on charmhub.io.

## Bug reference

https://bugs.launchpad.net/juju/+bug/1836818
  • Loading branch information
jujubot authored May 18, 2022
2 parents b9dcab8 + ed53061 commit 4ee4fc1
Show file tree
Hide file tree
Showing 23 changed files with 29 additions and 31 deletions.
10 changes: 4 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ Documentation:
* [source tree docs](doc/)

Community:
* https://jujucharms.com/community/
* https://discourse.jujucharms.com/
* [#juju on freenode](http://webchat.freenode.net/?channels=juju)
* https://chat.charmhub.io
* https://discourse.charmhub.io/

Building Juju
=============
Expand Down Expand Up @@ -408,6 +407,5 @@ beyond the workflow and the [issue tracker](https://bugs.launchpad.net/juju/+bug

Use the following links to contact the community:

- Community page: https://jujucharms.com/community/
- IRC channel on freenode: `#juju`
- Discourse forum: [https://discourse.jujucharms.com/](https://discourse.jujucharms.com/)
- Mattermost chat: [https://chat.charmhub.io/](https://chat.charmhub.io/)
- Discourse forum: [https://discourse.charmhub.io/](https://discourse.charmhub.io/)
2 changes: 1 addition & 1 deletion PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- [ ] Requires a [pylibjuju](https://github.com/juju/python-libjuju) change
- [ ] Added [integration tests](https://github.com/juju/juju/tree/develop/tests) for the PR
- [ ] Added or updated [doc.go](https://discourse.jujucharms.com/t/readme-in-packages/451) related to packages changed
- [ ] Added or updated [doc.go](https://discourse.charmhub.io/t/readme-in-packages/451) related to packages changed
- [ ] Comments answer the question of why design decisions were made

## QA steps
Expand Down
4 changes: 2 additions & 2 deletions acceptancetests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ The script is parameter-rich and should be able to accept any tweaks that you wa

Further description can be found here in discourse:

here: [discourse-link](https://discourse.jujucharms.com/t/call-for-testing-running-acceptance-tests-locally-and-easily/1449)
and here: [discourse-link](https://discourse.jujucharms.com/t/wip-juju-acceptance-testing-primer/1482)
here: [discourse-link](https://discourse.charmhub.io/t/call-for-testing-running-acceptance-tests-locally-and-easily/1449)
and here: [discourse-link](https://discourse.charmhub.io/t/wip-juju-acceptance-testing-primer/1482)

### Quick run using LXD
To run a test locally with lxd and locally complied juju:
Expand Down
2 changes: 1 addition & 1 deletion acceptancetests/repository/charms/mediawiki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ When set to true this option will enable the following MediaWiki options: `$wgDe

[1]: https://juju.ubuntu.com/docs/getting-started.html
[2]: https://juju.ubuntu.com/docs/getting-started.html#installation
[3]: http://jujucharms.com/charms/precise/mysql
[3]: http://charmhub.io/mysql
[4]: http://www.mediawiki.org/wiki/Manual:$wgDefaultSkin
[5]: http://packages.ubuntu.com/precise/mediawiki
[6]: http://www.mediawiki.org/wiki/Download_from_Git
Expand Down
2 changes: 1 addition & 1 deletion acceptancetests/repository/charms/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can add further slaves with:

## Monitoring

This charm provides relations that support monitoring via either [Nagios](https://jujucharms.com/precise/nagios) or [Munin](https://jujucharms.com/precise/munin/). Refer to the appropriate charm for usage.
This charm provides relations that support monitoring via either [Nagios](https://charmhub.io/nagios) or [Munin](https://charmhub.io/munin/). Refer to the appropriate charm for usage.

# Configuration

Expand Down
2 changes: 1 addition & 1 deletion acceptancetests/repository/charms/statusstresser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion acceptancetests/repository/charms/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion acceptancetests/repository/trusty/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can add further slaves with:

## Monitoring

This charm provides relations that support monitoring via either [Nagios](https://jujucharms.com/precise/nagios) or [Munin](https://jujucharms.com/precise/munin/). Refer to the appropriate charm for usage.
This charm provides relations that support monitoring via either [Nagios](https://charmhub.io/nagios) or [Munin](https://charmhub.io/munin/). Refer to the appropriate charm for usage.

# Configuration

Expand Down
2 changes: 1 addition & 1 deletion acceptancetests/repository/trusty/statusstresser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion acceptancetests/repository/trusty/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion acceptancetests/repository/xenial/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ You can add further slaves with:

## Monitoring

This charm provides relations that support monitoring via either [Nagios](https://jujucharms.com/precise/nagios) or [Munin](https://jujucharms.com/precise/munin/). Refer to the appropriate charm for usage.
This charm provides relations that support monitoring via either [Nagios](https://charmhub.io/nagios) or [Munin](https://charmhub.io/munin/). Refer to the appropriate charm for usage.

# Configuration

Expand Down
2 changes: 1 addition & 1 deletion acceptancetests/repository/xenial/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion apiserver/facades/client/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ func caasPrecheck(
"deploying this Kubernetes application requires a suitable storage class.\n" +
"None have been configured. Set the operator-storage model config to " +
"specify which storage class should be used to allocate operator storage.\n" +
"See https://discourse.jujucharms.com/t/getting-started/152.",
"See https://discourse.charmhub.io/t/getting-started/152.",
)
}
sp, err := caasoperatorprovisioner.CharmStorageParams("", storageClassName, cfg, "", storagePoolManager, registry)
Expand Down
2 changes: 1 addition & 1 deletion cmd/juju/cloud/addcredential.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Use --controller option to upload a credential to a controller.
Use --client option to add a credential to the current client.
Further help:
Please visit https://discourse.jujucharms.com/t/1508 for cloud-specific
Please visit https://discourse.charmhub.io/t/1508 for cloud-specific
instructions.
See also:
Expand Down
6 changes: 3 additions & 3 deletions cmd/juju/cloud/addcredential_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ Enter credential name:
Using auth-type "jsonfile".
Enter path to the .json file containing a service account key for your project
(detailed instructions available at https://discourse.jujucharms.com/t/1508).
(detailed instructions available at https://discourse.charmhub.io/t/1508).
Path:
`[1:]
stderr := `
Expand Down Expand Up @@ -947,7 +947,7 @@ Enter your choice, or type Q|q to quit: Enter credential name:
Using auth-type "jsonfile".
Enter path to the .json file containing a service account key for your project
(detailed instructions available at https://discourse.jujucharms.com/t/1508).
(detailed instructions available at https://discourse.charmhub.io/t/1508).
Path:
Credential "blah" added locally for cloud "remote".
Expand Down Expand Up @@ -976,7 +976,7 @@ Enter credential name:
Using auth-type "jsonfile".
Enter path to the .json file containing a service account key for your project
(detailed instructions available at https://discourse.jujucharms.com/t/1508).
(detailed instructions available at https://discourse.charmhub.io/t/1508).
Path:
`[1:]
stderr := `
Expand Down
2 changes: 1 addition & 1 deletion environs/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2113,7 +2113,7 @@ global or per instance security groups.`,
},
ProvisionerHarvestModeKey: {
// default: destroyed, but also depends on current setting of ProvisionerSafeModeKey
Description: "What to do with unknown machines. See https://jujucharms.com/stable/config-general#juju-lifecycle-and-harvesting (default destroyed)",
Description: "What to do with unknown machines (default destroyed)",
Type: environschema.Tstring,
Values: []interface{}{"all", "none", "unknown", "destroyed"},
Group: environschema.EnvironGroup,
Expand Down
2 changes: 1 addition & 1 deletion provider/gce/credentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (environProviderCredentials) CredentialSchemas() map[cloud.AuthType]cloud.C
cloud.JSONFileAuthType: {{
Name: credAttrFile,
CredentialAttr: cloud.CredentialAttr{
Description: "path to the .json file containing a service account key for your project\n(detailed instructions available at https://discourse.jujucharms.com/t/1508).\nPath",
Description: "path to the .json file containing a service account key for your project\n(detailed instructions available at https://discourse.charmhub.io/t/1508).\nPath",
FilePath: true,
},
}},
Expand Down
2 changes: 1 addition & 1 deletion scripts/win-installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define MyAppName "Juju"
#define MyAppPublisher "Canonical, Ltd"
#define MyAppURL "http://jujucharms.com/"
#define MyAppURL "http://juju.is/"
#define MyAppExeName "juju.exe"

[Setup]
Expand Down
2 changes: 1 addition & 1 deletion tests/suites/bootstrap/charms/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion tests/suites/model/charms/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion tests/suites/smoke/charms/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion tests/suites/upgrade/charms/ubuntu/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ This charm has no configuration options.

- Author: Juju Charm Community
- Report bugs at: [http://bugs.launchpad.net/charms/+source/ubuntu](http://bugs.launchpad.net/charms/+source/ubuntu)
- Location: [http://jujucharms.com/charms/precise/ubuntu](http://jujucharms.com/charms/precise/ubuntu)
- Location: [http://charmhub.io/ubuntu](http://charmhub.io/ubuntu)

2 changes: 1 addition & 1 deletion worker/uniter/runner/debug/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ tmux kill-session -t $JUJU_UNIT_NAME # or, equivalently, CTRL+a d
4. CTRL+a is tmux prefix.
More help and info is available in the online documentation:
https://discourse.jujucharms.com/t/debugging-charm-hooks
https://discourse.charmhub.io/t/debugging-charm-hooks
`

Expand Down

0 comments on commit 4ee4fc1

Please sign in to comment.