summaryrefslogtreecommitdiff
path: root/doc/rtd
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rtd')
-rw-r--r--doc/rtd/development/debugging.rst2
-rw-r--r--doc/rtd/explanation/events.rst4
-rw-r--r--doc/rtd/howto/bugs.rst19
-rw-r--r--doc/rtd/index.rst4
-rw-r--r--doc/rtd/reference/network-config-format-eni.rst1
-rw-r--r--doc/rtd/reference/network-config.rst1
6 files changed, 14 insertions, 17 deletions
diff --git a/doc/rtd/development/debugging.rst b/doc/rtd/development/debugging.rst
index b0a0da35..c28c68fb 100644
--- a/doc/rtd/development/debugging.rst
+++ b/doc/rtd/development/debugging.rst
@@ -321,5 +321,5 @@ this will produce no output:
.. _SRU: https://wiki.ubuntu.com/StableReleaseUpdates
.. _CloudinitUpdates: https://wiki.ubuntu.com/CloudinitUpdates
-.. _new cloud-init bug: https://bugs.launchpad.net/cloud-init/+filebug
+.. _new cloud-init bug: https://github.com/canonical/cloud-init/issues
.. _#cloud-init IRC channel: https://kiwiirc.com/nextclient/irc.libera.chat/cloud-init
diff --git a/doc/rtd/explanation/events.rst b/doc/rtd/explanation/events.rst
index 0767d025..a202033b 100644
--- a/doc/rtd/explanation/events.rst
+++ b/doc/rtd/explanation/events.rst
@@ -73,7 +73,7 @@ metadata, ``cloud-init`` will also bring up/down the newly added interface.
.. warning::
Due to its use of ``systemd`` sockets, ``hotplug`` functionality is
currently incompatible with SELinux. This issue is being `tracked
- on Launchpad`_. Additionally, ``hotplug`` support is considered
+ in GitHub #3890`_. Additionally, ``hotplug`` support is considered
experimental for non-Debian-based systems.
Example
@@ -92,4 +92,4 @@ On every boot, apply network configuration found in the datasource.
when: ['boot']
.. _Cloud-init: https://launchpad.net/cloud-init
-.. _tracked on Launchpad: https://bugs.launchpad.net/cloud-init/+bug/1936229
+.. _tracked in Github #3890: https://github.com/canonical/cloud-init/issues/3890
diff --git a/doc/rtd/howto/bugs.rst b/doc/rtd/howto/bugs.rst
index 753d4545..369b259a 100644
--- a/doc/rtd/howto/bugs.rst
+++ b/doc/rtd/howto/bugs.rst
@@ -6,7 +6,7 @@ Reporting bugs
In this guide, we will show you how to:
1) Collect logs to support your bug report.
-2) File bugs to the upstream ``cloud-init`` project via `Launchpad`_.
+2) File bugs to the upstream ``cloud-init`` project via `GitHub Issues`_.
3) Report issues for distro-specific packages.
Collect logs
@@ -40,20 +40,20 @@ following:
Report upstream bugs
====================
-Bugs for upstream ``cloud-init`` are tracked using Launchpad. To file a bug:
+Bugs for upstream ``cloud-init`` are tracked using GitHub Issues. To file a
+bug:
1. Collect the necessary debug logs as described above.
-2. `Create a Launchpad account`_ or login to your existing account.
-3. `Report an upstream cloud-init bug`_.
+2. `Report an upstream cloud-init bug`_ on GitHub.
If debug logs are not provided, you will be asked for them before any
further time is spent debugging. If you are unable to obtain the required
logs please explain why in the bug.
If your bug is for a specific distro using ``cloud-init``, please first
-consider reporting it with the upstream distro or confirm that it still occurs
-with the latest upstream ``cloud-init`` code. See the following section for
-details on specific distro reporting.
+consider reporting it with the downstream distro or confirm that it still
+occurs with the latest upstream ``cloud-init`` code. See the following section
+for details on specific distro reporting.
Distro-specific issues
======================
@@ -103,9 +103,8 @@ To file a bug against the Arch package of ``cloud-init`` please use the
details.
.. LINKS:
-.. _Launchpad: https://launchpad.net/
-.. _Create a Launchpad account: https://help.launchpad.net/YourAccount/NewAccount
-.. _Report an upstream cloud-init bug: https://bugs.launchpad.net/cloud-init/+filebug
+.. _GitHub Issues: https://github.com/canonical/cloud-init/issues
+.. _Report an upstream cloud-init bug: https://github.com/canonical/cloud-init/issues
.. _Ubuntu bug tracker: https://bugs.launchpad.net/ubuntu/+source/cloud-init/+filebug
.. _Debian bug tracker: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=cloud-init;dist=unstable
.. _Debian bug reporting wiki: https://www.debian.org/Bugs/Reporting
diff --git a/doc/rtd/index.rst b/doc/rtd/index.rst
index 81045051..2c5bd2a8 100644
--- a/doc/rtd/index.rst
+++ b/doc/rtd/index.rst
@@ -62,7 +62,7 @@ Having trouble? We would like to help!
``cloud-init``
- :ref:`Try the FAQ<faq>` for answers to some common questions
- You can also search the ``cloud-init`` `mailing list archive`_
-- Find a bug? `Report bugs on Launchpad`_
+- Find a bug? `Report bugs on GitHub Issues`_
Project and community
=====================
@@ -93,4 +93,4 @@ projects, contributions, suggestions, fixes and constructive feedback.
.. _cloud-init mailing list: https://launchpad.net/~cloud-init
.. _mailing list archive: https://lists.launchpad.net/cloud-init/
.. _Release schedule: https://discourse.ubuntu.com/t/cloud-init-release-schedule/32244
-.. _Report bugs on Launchpad: https://bugs.launchpad.net/cloud-init/+filebug
+.. _Report bugs on GitHub Issues: https://github.com/canonical/cloud-init/issues
diff --git a/doc/rtd/reference/network-config-format-eni.rst b/doc/rtd/reference/network-config-format-eni.rst
index f89fdb46..be7bbeb2 100644
--- a/doc/rtd/reference/network-config-format-eni.rst
+++ b/doc/rtd/reference/network-config-format-eni.rst
@@ -17,5 +17,4 @@ This can happen in either :ref:`datasource_nocloud` or
Please reference existing `documentation`_ for the
:file:`/etc/network/interfaces(5)` format.
-.. _Cloud-init: https://launchpad.net/cloud-init
.. _documentation: http://manpages.ubuntu.com/manpages/trusty/en/man5/interfaces.5.html
diff --git a/doc/rtd/reference/network-config.rst b/doc/rtd/reference/network-config.rst
index f7289c25..fdadd3bf 100644
--- a/doc/rtd/reference/network-config.rst
+++ b/doc/rtd/reference/network-config.rst
@@ -316,7 +316,6 @@ Example output:
USERCTL=no
-.. _Cloud-init: https://launchpad.net/cloud-init
.. _LXD: https://linuxcontainers.org/lxd/docs/master/cloud-init/#custom-network-configuration
.. _NetworkManager: https://networkmanager.dev
.. _Netplan: https://netplan.io/