Skip to content

Commit

Permalink
pkg: Fix URL redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Aug 19, 2024
1 parent 2a911bd commit 102dddb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/storaged/icons/gnome-icons.jsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* Icons from the GNOME projetc, http://www.gnome.org
/* Icons from the GNOME project, https://www.gnome.org
This work is licenced under the terms of either the GNU LGPL v3 or
Creative Commons Attribution-Share Alike 3.0 United States License.
To view a copy of the CC-BY-SA licence, visit
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
https://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative
Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA.
*/
Expand Down
2 changes: 1 addition & 1 deletion pkg/storaged/jobs-panel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const _ = cockpit.gettext;
* property of job objects. These are from the storaged
* documentation at
*
* http://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Job.html
* https://storaged.org/doc/udisks2-api/latest/gdbus-org.freedesktop.UDisks2.Job.html
*/

const descriptions = {
Expand Down
2 changes: 1 addition & 1 deletion pkg/systemd/README-realmd.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ If you want to test against Microsoft Active Directory instead of Samba or FreeI
simplest way is to start a temporary
[managed AD in AWS](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/directory_microsoft_ad.html)
(or another cloud provider). Just follow the few
[setup steps](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_getting_started_create_directory.html):
[setup steps](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ms_ad_getting_started.html#ms_ad_getting_started_create_directory):
Select the smallest edition, specify a directory DNS name (e. g. `ad.cockpit.lan`) and a password for the `Admin` user,
and about 20 minutes later the domain server should be set up. The details page
of the created domain shows the DNS server's IP; put that into `/etc/resolv.conf`.
Expand Down
2 changes: 1 addition & 1 deletion pkg/systemd/logs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const TextFilter = ({ textFilter, onTextFilterChange, filteredQuery }) => {
submitSearchButtonLabel={_("Search")}
formAdditionalItems={<Stack hasGutter>
<Button variant="link" component="a" isInline
href="https://www.freedesktop.org/software/systemd/man/journalctl.html"
href="https://www.freedesktop.org/software/systemd/man/latest/journalctl.html"
icon={<ExternalLinkSquareAltIcon />} iconPosition="right"
target="blank" rel="noopener noreferrer">
{_("journalctl manpage")}
Expand Down

0 comments on commit 102dddb

Please sign in to comment.