[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-web PATCH] Update broken links to point to the new page with depre
|
From: |
Thomas Huth |
|
Subject: |
[qemu-web PATCH] Update broken links to point to the new page with deprecated features |
|
Date: |
Wed, 4 Aug 2021 13:00:32 +0200 |
The deprecated.html file has been moved from the "system" to the "about"
folder recently.
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
_posts/2017-08-10-deprecation.md | 2 +-
download.html | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/_posts/2017-08-10-deprecation.md b/_posts/2017-08-10-deprecation.md
index 4d007fc..e76c04a 100644
--- a/_posts/2017-08-10-deprecation.md
+++ b/_posts/2017-08-10-deprecation.md
@@ -16,7 +16,7 @@ it.
Thus we are currently considering to get rid of some of the old interfaces
and features in a future release and have started to collect a list of such
old items in our
-[QEMU documentation](https://qemu.org/docs/master/system/deprecated.html).
+[QEMU documentation](https://www.qemu.org/docs/master/about/deprecated.html).
If you are running QEMU directly, please have a look at this deprecation
chapter of the QEMU documentation to see whether you are still using one of
these old interfaces or features, so you can adapt your setup to use the new
diff --git a/download.html b/download.html
index a2e4187..7df1bde 100644
--- a/download.html
+++ b/download.html
@@ -59,9 +59,9 @@ permalink: /download/
<strong>do not</strong> have any bearing on the scope of changes
included in the release. Non-backward compatible changes may be made
in any master branch release, provided they have followed the
- <a href="https://qemu.org/docs/master/system/deprecated.html">deprecation
policy</a>
- which calls for warnings to be emitted for a minimum of two releases
- prior to the change.
+ <a
href="https://www.qemu.org/docs/master/about/deprecated.html">deprecation
+ policy</a> which calls for warnings to be emitted for a minimum of two
+ releases prior to the change.
</p>
</div>
<script>
--
2.27.0
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [qemu-web PATCH] Update broken links to point to the new page with deprecated features,
Thomas Huth <=