From c0ea4a54a7af5d76bdb78f7e6a6b8bbfc3383353 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Thu, 4 Apr 2024 00:08:13 +0300 Subject: [PATCH 1/2] Change name for the links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 40ee218..71b84c9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ This document provides guidance and information for developing OpenShift applications in compliance with commonly recognized industry standards and best practices for Cloud Native Functions (CNFs). -New releases, Github-pages deployments (HTML versions), PDF versions are triggered automatically upon commit to the main branch. +New releases, Github-pages deployments (HTML versions), PDF versions are triggered automatically upon commit to the main branch. -It is therefore recommended to wait for the workflow actions (https://github.com/test-network-function/cnf-best-practices/actions) to finish and auto generate a new release with the latest commits, then edit the release notes and version tag manually if so desired (instead of generating a manual release, which may cause issues preventing auto generation of the PDF/HTML files). +It is therefore recommended to wait for the workflow actions (https://github.com/test-network-function/cnf-best-practices-guide/actions) to finish and auto generate a new release with the latest commits, then edit the release notes and version tag manually if so desired (instead of generating a manual release, which may cause issues preventing auto generation of the PDF/HTML files). -The latest release will be auto published (via Github-pages bot) to https://test-network-function.github.io/cnf-best-practices/ +The latest release will be auto published (via Github-pages bot) to https://test-network-function.github.io/cnf-best-practices-guide/ -The latest (and previous) PDF versions can be downloaded from: https://github.com/test-network-function/cnf-best-practices/releases +The latest (and previous) PDF versions can be downloaded from: https://github.com/test-network-function/cnf-best-practices-guide/releases Contribution/PR Review Process: WIP From 859ab209ded13d0634d245b973926c50e813b337 Mon Sep 17 00:00:00 2001 From: David Rabkin Date: Thu, 4 Apr 2024 00:11:16 +0300 Subject: [PATCH 2/2] Remove the trailing slash from the URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b84c9..d7df740 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ New releases, Github-pages deployments (HTML versions), PDF versions are trigger It is therefore recommended to wait for the workflow actions (https://github.com/test-network-function/cnf-best-practices-guide/actions) to finish and auto generate a new release with the latest commits, then edit the release notes and version tag manually if so desired (instead of generating a manual release, which may cause issues preventing auto generation of the PDF/HTML files). -The latest release will be auto published (via Github-pages bot) to https://test-network-function.github.io/cnf-best-practices-guide/ +The latest release will be auto published (via Github-pages bot) to https://test-network-function.github.io/cnf-best-practices-guide The latest (and previous) PDF versions can be downloaded from: https://github.com/test-network-function/cnf-best-practices-guide/releases