diff --git a/doc/conf.py b/doc/conf.py
index c57fa77187c..06e34be2fa0 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -19,8 +19,8 @@
os.symlink('../../deps/swagger-ui/dist/swagger-ui.css', '.sphinx/_static/swagger-ui/swagger-ui.css')
# Project config.
-project = "LXD"
-author = "LXD contributors"
+project = "Incus"
+author = "Incus contributors"
copyright = "2014-%s %s" % (datetime.date.today().year, author)
with open("../shared/version/flex.go") as fd:
@@ -132,7 +132,7 @@
}
html_context = {
- "github_url": "https://github.com/canonical/lxd",
+ "github_url": "https://github.com/cyphar/incus",
"github_version": "main",
"github_folder": "/doc/",
"github_filetype": "md",
@@ -148,8 +148,8 @@
# Open Graph configuration
-ogp_site_url = "https://documentation.ubuntu.com/lxd/en/latest/"
-ogp_site_name = "LXD documentation"
+ogp_site_url = "https://cyphar.github.io/incus/"
+ogp_site_name = "Incus documentation"
ogp_image = "https://documentation.ubuntu.com/lxd/en/latest/_static/tag.png"
# Links to ignore when checking links
diff --git a/doc/contributing.md b/doc/contributing.md
index 07f472fd5dc..1d348e14c41 100644
--- a/doc/contributing.md
+++ b/doc/contributing.md
@@ -19,7 +19,7 @@ To build the dependencies, follow the instructions in {ref}`installing_from_sour
After building your dependencies, you can now add your GitHub fork as a remote:
- git remote add myfork git@github.com:/lxd.git
+ git remote add myfork git@github.com:/incus.git
git remote update
Then switch to it:
diff --git a/doc/debugging.md b/doc/debugging.md
index ead779e385a..728560d1464 100644
--- a/doc/debugging.md
+++ b/doc/debugging.md
@@ -108,9 +108,8 @@ against the local or global database, you can use the `lxd sql` command (run
`lxd sql --help` for details).
You should only need to do that in order to recover from broken updates or bugs.
-Please consult the LXD team first (creating a [GitHub
-issue](https://github.com/canonical/lxd/issues/new) or
-[forum](https://discourse.ubuntu.com/c/lxd/) post).
+Please consult the Incus team first (creating a [GitHub
+issue](https://github.com/cyphar/incus/issues/new)
### Running custom queries at LXD daemon startup
diff --git a/doc/explanation/security.md b/doc/explanation/security.md
index 21294764a8c..0c8bc1b45bc 100644
--- a/doc/explanation/security.md
+++ b/doc/explanation/security.md
@@ -12,7 +12,7 @@
See the following sections for detailed information.
-If you discover a security issue, see the [LXD security policy](https://github.com/canonical/lxd/blob/main/SECURITY.md) for information on how to report the issue.
+If you discover a security issue, see the [LXD security policy](https://github.com/cyphar/incus/blob/main/SECURITY.md) for information on how to report the issue.
## Supported versions
diff --git a/doc/external_resources.md b/doc/external_resources.md
index 344910ae8fc..4ce1f12713d 100644
--- a/doc/external_resources.md
+++ b/doc/external_resources.md
@@ -3,6 +3,6 @@
```{toctree}
:maxdepth: 1
-Project repository
+Project repository
Community image server
```
diff --git a/doc/index.md b/doc/index.md
index 3371ddb76b9..c236abeafa2 100644
--- a/doc/index.md
+++ b/doc/index.md
@@ -2,9 +2,9 @@
relatedlinks: https://ubuntu.com/lxd, https://ubuntu.com/blog/open-source-for-beginners-dev-environment-with-lxd
---
-# LXD
+# Incus
-LXD (`[lɛks'di:]`🔈) is a modern, secure and powerful system container and virtual machine manager.
+Incus (`[lɛks'di:]`🔈) is a modern, secure and powerful system container and virtual machine manager.
@@ -39,10 +39,10 @@ It’s an open source project that warmly welcomes community projects, contribut
The LXD project is sponsored by [Canonical Ltd](https://www.canonical.com).
-- [Code of Conduct](https://github.com/canonical/lxd/blob/main/CODE_OF_CONDUCT.md)
+- [Code of Conduct](https://github.com/cyphar/incus/blob/main/CODE_OF_CONDUCT.md)
- [Contribute to the project](contributing.md)
- [Release announcements](https://discourse.ubuntu.com/c/lxd/news/)
-- [Release tarballs](https://github.com/canonical/lxd/releases/)
+- [Release tarballs](https://github.com/cyphar/incus/releases/)
- [Get support](support.md)
- [Watch tutorials and announcements on YouTube](https://www.youtube.com/c/LXDvideos)
- [Discuss on IRC](https://web.libera.chat/#lxd) (see [Getting started with IRC](https://discuss.linuxcontainers.org/t/getting-started-with-irc/11920) if needed)
diff --git a/doc/installing.md b/doc/installing.md
index 55649ff31f4..082b7aa306c 100644
--- a/doc/installing.md
+++ b/doc/installing.md
@@ -138,7 +138,7 @@ To install it:
````
-You can also find native builds of the LXD client on [GitHub](https://github.com/canonical/lxd/actions).
+You can also find native builds of the LXD client on [GitHub](https://github.com/cyphar/incus/actions).
To download a specific build:
1. Make sure that you are logged into your GitHub account.
@@ -182,7 +182,7 @@ integration into Linux distributions are not covered here and may be covered in
future.
```bash
-git clone https://github.com/canonical/lxd
+git clone git@github.com:cyphar/incus.git
cd lxd
```
diff --git a/doc/rest-api.md b/doc/rest-api.md
index 2fb744c70dd..b47fd3160f0 100644
--- a/doc/rest-api.md
+++ b/doc/rest-api.md
@@ -247,5 +247,5 @@ much like `/1.0/containers` will only show you instances of that type.
## API structure
LXD has an auto-generated [Swagger](https://swagger.io/) specification describing its API endpoints.
-The YAML version of this API specification can be found in [`rest-api.yaml`](https://github.com/canonical/lxd/blob/main/doc/rest-api.yaml).
+The YAML version of this API specification can be found in [`rest-api.yaml`](https://github.com/cyphar/incus/blob/main/doc/rest-api.yaml).
See {doc}`api` for a convenient web rendering of it.