From ccb9b93aa3aef509a3d37275160ae34e3b5483c3 Mon Sep 17 00:00:00 2001 From: Sean Sundberg Date: Thu, 14 Jul 2022 17:07:12 -0500 Subject: [PATCH] Updates repository name Signed-off-by: Sean Sundberg --- README.md | 6 +++--- docs/reference/git.md | 2 +- mkdocs.yml | 4 ++-- package.json | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 72392bc114..b5712209c1 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Cloud Native Toolkit - Developer Guide -[![Publish](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml) +[![Publish](https://github.com/cloud-native-toolkit/site-developer-guide/actions/workflows/publish.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml) -[![Publish Beta](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish-beta.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish-beta.yaml) +[![Publish Beta](https://github.com/cloud-native-toolkit/site-developer-guide/actions/workflows/publish-beta.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish-beta.yaml) -![Release](https://img.shields.io/github/v/release/cloud-native-toolkit/developer-guide) +![Release](https://img.shields.io/github/v/release/cloud-native-toolkit/site-developer-guide) [![Docker Repository on Quay](https://quay.io/repository/ibmgaragecloud/toolkit-guide/status "Docker Repository on Quay")](https://quay.io/repository/ibmgaragecloud/toolkit-guide) diff --git a/docs/reference/git.md b/docs/reference/git.md index 755fee4e24..a992571f41 100644 --- a/docs/reference/git.md +++ b/docs/reference/git.md @@ -17,7 +17,7 @@ The Toolkit can be installed using a number of different approaches, but they al ## Documentation -The source for this site can be found in the [developer guide repository](https://github.com/cloud-native-toolkit/ibm-garage-developer-guide){: target=_blank} +The source for this site can be found in the [developer guide repository](https://github.com/cloud-native-toolkit/site-developer-guide){: target=_blank} ## Command Line Interface diff --git a/mkdocs.yml b/mkdocs.yml index 00a3cdcdf6..63396378c7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,10 +1,10 @@ site_name: Cloud Native Toolkit site_description: >- The Cloud-Native Toolkit is an open-source collection of assets that enable application development and support teams to deliver business value quickly using Red Hat OpenShift or Kubernetes -site_url: https://cloudnativetoolkit.dev +site_url: https://develop.cloudnativetoolkit.dev site_author: Cloud-Native Toolkit development team repo_name: "" -repo_url: https://github.com/cloud-native-toolkit/developer-guide +repo_url: https://github.com/cloud-native-toolkit/site-developer-guide docs_dir: docs site_dir: public edit_uri: edit/main/docs diff --git a/package.json b/package.json index 14452ae55e..969b701ac9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "developer-guide", "version": "1.0.0", - "description": "[![Publish](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml)", + "description": "[![Publish](https://github.com/cloud-native-toolkit/site-developer-guide/actions/workflows/publish.yaml/badge.svg)](https://github.com/cloud-native-toolkit/developer-guide/actions/workflows/publish.yaml)", "main": "index.js", "directories": { "doc": "docs" @@ -31,15 +31,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/ibm-garage-cloud/developer-guide.git" + "url": "git+https://github.com/cloud-native-toolkit/site-developer-guide.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/cloud-native-toolkit/developer-guide/issues" + "url": "https://github.com/cloud-native-toolkit/site-developer-guide/issues" }, - "homepage": "https://github.com/cloud-native-toolkit/developer-guide#readme", + "homepage": "https://github.com/cloud-native-toolkit/site-developer-guide#readme", "devDependencies": { "cspell": "^5.4.1", "run-script-os": "^1.1.6"