From fca96598300b4b1a51d7a87b5be61adcbdefa028 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Mon, 25 Sep 2023 14:50:31 +1000 Subject: [PATCH] Remove links to old docs repo. --- developer-docs/README.md | 1 - docker-extension/Dockerfile | 2 +- project-docs/project-details/project-overview.md | 4 ---- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/developer-docs/README.md b/developer-docs/README.md index a0fa55a6..f6e7b4ce 100644 --- a/developer-docs/README.md +++ b/developer-docs/README.md @@ -5,7 +5,6 @@ The Educates project consists of the following Git repositories: * Educates Training Platform - https://github.com/vmware-tanzu-labs/educates-training-platform * Educates Packages Repository - https://github.com/vmware-tanzu-labs/educates-packages -* Educates User Documentation - https://github.com/vmware-tanzu-labs/educates-docs * Educates GitHub Actions - https://github.com/vmware-tanzu-labs/educates-github-actions Educates Training Platform (this repository), holds all source code for building and making releases of the core platform. diff --git a/docker-extension/Dockerfile b/docker-extension/Dockerfile index d6811622..4ac30c0f 100644 --- a/docker-extension/Dockerfile +++ b/docker-extension/Dockerfile @@ -26,7 +26,7 @@ LABEL org.opencontainers.image.title="Educates Docker Desktop Extension" \ org.opencontainers.image.licenses="Apache-2.0" \ com.docker.desktop.extension.api.version="0.3.4" \ com.docker.extension.screenshots="" \ - com.docker.desktop.extension.icon="https://raw.githubusercontent.com/vmware-tanzu-labs/educates-docs/develop/assets/educates-logo.svg" \ + com.docker.desktop.extension.icon="https://raw.githubusercontent.com/vmware-tanzu-labs/educates-training-platform/main/project-assets/educates-logo.svg" \ com.docker.extension.detailed-description="Spin up a local Educates Training Platform workshop" \ com.docker.extension.publisher-url="https://github.com/vmware-tanzu-labs/educates-training-platform" \ com.docker.extension.additional-urls="" \ diff --git a/project-docs/project-details/project-overview.md b/project-docs/project-details/project-overview.md index 2bb66c95..6f08928c 100644 --- a/project-docs/project-details/project-overview.md +++ b/project-docs/project-details/project-overview.md @@ -17,10 +17,6 @@ The source code repository for the Educates training platform can be found at: * [https://github.com/vmware-tanzu-labs/educates-training-platform](https://github.com/vmware-tanzu-labs/educates-training-platform) -The source code repository for the Educates documentation can be found at: - -* [https://github.com/vmware-tanzu-labs/educates-docs](https://github.com/vmware-tanzu-labs/educates-docs) - Overall goals of the project ----------------------------