docs,internal,etc: update LXD docs URLs - #972
Open
elijahgreenstein wants to merge 1 commit into
Open
Conversation
LXD docs are now at https://canonical.com/lxd/docs/. Signed-off-by: Elijah Greenstein <elijah.greenstein@canonical.com>
akcano
self-requested a review
August 10, 2026 11:28
akcano
approved these changes
Aug 10, 2026
Collaborator
|
@elijahgreenstein thanks for the update, please note that it breaks 3 unit tests with error messages that give the link to the LXD docs. |
dmitry-lyfar
requested review from
dmitry-lyfar
and
a lite review from Copilot
August 10, 2026 21:27
Contributor
There was a problem hiding this comment.
Pull request overview
Updates hard-coded links to LXD documentation across Workshop’s Go code and Sphinx/Markdown documentation to reflect Canonical’s new LXD docs location (https://canonical.com/lxd/docs/).
Changes:
- Replaced legacy
documentation.ubuntu.com/lxd/...URLs withcanonical.com/lxd/docs/...in user-facing docs and internal comments. - Updated shared documentation link definitions (Sphinx
rst_epilogand style guides) to point at the new LXD docs base. - Refreshed various tutorial/reference pointers to keep external links consistent.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| internal/workshop/lxd/firewall.go | Updates firewall troubleshooting doc link to the new LXD docs host. |
| internal/interfaces/lxd_device/spec.go | Updates proxy-device documentation reference URL. |
| docs/tutorial/part-4-craft-sdks.rst | Updates tutorial links to LXD REST API and installation/daemon docs. |
| docs/tutorial/part-1-get-started.rst | Updates onboarding tutorial links to LXD REST API and installation/daemon docs. |
| docs/security.md | Updates LXD and projects documentation links in security overview. |
| docs/reference/workshops.rst | Updates storage-pools documentation link. |
| docs/index.rst | Updates home-page related links list for LXD. |
| docs/how-to/fix-workshops/fix-installation.rst | Updates troubleshooting-guide link. |
| docs/doc-style-guide.md | Updates example/reference LXD link used in documentation guidance. |
| docs/contributing/maintenance.rst | Updates LXD link used in maintenance/build instructions. |
| docs/conf.py | Updates Sphinx rst_epilog link targets for LXC/LXD. |
| cmd/workshop/exec.go | Updates inline comment URL describing lxc exec behavior. |
| .github/skills/documentation-style/references/doc-style-guide.md | Mirrors doc style guide link updates in the skill reference copy. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| @@ -1,5 +1,5 @@ | |||
| :slug: home-page | |||
| :relatedlinks: [Workshop](https://github.com/canonical/workshop/), [SDKcraft](https://github.com/canonical/sdkcraft/), [LXD](https://documentation.ubuntu.com/lxd/default/), [Snap](https://snapcraft.io/docs/) | |||
| :relatedlinks: [Workshop](https://github.com/canonical/workshop/), [SDKcraft](https://github.com/canonical/sdkcraft/), [LXD](https://canonical.com/lxd/docs/default/), [Snap](https://snapcraft.io/docs/) | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
LXD docs are now at https://canonical.com/lxd/docs/.
Docs
Procedure: