From 6fc7c77721779b0aff4577a30641cf60e896fa1b Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sat, 19 Sep 2020 09:01:23 +0800 Subject: [PATCH] packaging: fix release notes Should mention the 2.0 branch docs. Fixes: #763 Signed-off-by: Peng Tao --- tools/packaging/release/runtime-release-notes.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/packaging/release/runtime-release-notes.sh b/tools/packaging/release/runtime-release-notes.sh index f323709c3e..f09a2b0202 100755 --- a/tools/packaging/release/runtime-release-notes.sh +++ b/tools/packaging/release/runtime-release-notes.sh @@ -138,11 +138,9 @@ More information [Limitations][limitations] [kernel]: ${kernel_url}/linux-${kernel_version#v}.tar.xz [kernel-patches]: https://github.com/kata-containers/packaging/tree/${kata_kernel_config_version}/kernel/patches [kernel-config]: https://github.com/kata-containers/packaging/tree/${kata_kernel_config_version}/kernel/configs -[agent]: https://github.com/kata-containers/agent/releases/tag/${runtime_version} -[image]: https://github.com/kata-containers/osbuilder/releases/tag/${runtime_version} [ocispec]: https://github.com/opencontainers/runtime-spec/releases/tag/${oci_spec_version} -[limitations]: https://github.com/kata-containers/documentation/blob/master/Limitations.md -[installation]: https://github.com/kata-containers/documentation/tree/master/install +[limitations]: https://github.com/kata-containers/kata-containers/blob/${new_release}/docs/Limitations.md +[installation]: https://github.com/kata-containers/kata-containers/blob/${new_release}/docs/install EOT }