Skip to content

Commit

Permalink
fix old links
Browse files Browse the repository at this point in the history
  • Loading branch information
orndorffgrant committed Nov 7, 2023
1 parent 7acdc76 commit 1d48c20
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/howtoguides/enable_cis.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Visit https://security-certs.docs.ubuntu.com/en/cis to learn how to use CIS
```

Once the feature is enabled please
[follow the documentation](https://ubuntu.com/security/certifications/docs/cis)
[follow the documentation](https://ubuntu.com/security/certifications/docs/usg/cis)
for the CIS tooling, to run the provided hardening audit scripts.
2 changes: 1 addition & 1 deletion docs/howtoguides/enable_livepatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ patch state: ✓ no livepatches needed for this kernel yet
```

You can also check
[the support matrix](https://ubuntu.com/security/livepatch/docs/kernels)
[the support matrix](https://ubuntu.com/security/livepatch/docs/livepatch/reference/kernels)
to see if your kernel is supported by Livepatch. To find out more, refer to
this explanation of
[how Livepatch works](https://ubuntu.com/security/livepatch/docs/livepatch/explanation/howitworks).
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ constructive feedback.
.. _more information about real-time Ubuntu: https://ubuntu.com/kernel/real-time/contact-us
.. _Landscape: https://ubuntu.com/landscape
.. _Report bugs on Launchpad: https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+filebug
.. _Code of conduct: https://ubuntu.com/community/code-of-conduct
.. _Code of conduct: https://ubuntu.com/community/ethos/code-of-conduct
.. _Contribute: https://github.com/canonical/ubuntu-pro-client/blob/docs/CONTRIBUTING.md
.. _IRC channel on Libera: https://kiwiirc.com/nextclient/irc.libera.chat/ubuntu-server
.. _our Discourse forum: https://discourse.ubuntu.com/c/ubuntu-pro/116
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/create_a_fips_docker_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ DOCKER_BUILDKIT=1 docker build . --secret id=pro-attach-config,src=pro-attach-co
```

This will pass the `pro-attach-config.yaml` file we created earlier as a
[BuildKit Secret](https://docs.docker.com/develop/develop-images/build_enhancements/#new-docker-build-secret-information)
[BuildKit Secret](https://docs.docker.com/engine/reference/builder/#run---mounttypesecret)
so that the finished Docker image will not contain your Ubuntu Pro token.

## Test the Docker image
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/create_a_fips_updates_pro_cloud_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sudo rm /etc/machine-id
Cloud-specific instructions are here:

* [AWS](https://docs.aws.amazon.com/toolkit-for-visual-studio/latest/user-guide/tkv-create-ami-from-instance.html)
* [Azure](https://docs.microsoft.com/en-us/azure/virtual-machines/windows/capture-image-resource)
* [Azure](https://learn.microsoft.com/en-us/azure/virtual-machines/capture-image-resource)
* [GCP](https://cloud.google.com/compute/docs/machine-images/create-machine-images)

## Launch your custom image
Expand All @@ -64,7 +64,7 @@ updates to FIPS packages when they become available.
sudo pro enable fips-updates --assume-yes
```
This can be scripted using [cloud-init user data](https://cloudinit.readthedocs.io/en/latest/topics/modules.html#runcmd) at launch time:
This can be scripted using [cloud-init user data](https://cloudinit.readthedocs.io/en/latest/reference/modules.html#runcmd) at launch time:
```yaml
#cloud-config
# Enable fips-updates after pro auto-attach and reboot after cloud-init completes
Expand Down

0 comments on commit 1d48c20

Please sign in to comment.