Skip to content

Commit 67a8f61

Browse files
Update educates github link
1 parent 622b516 commit 67a8f61

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

content/posts/installation-kind/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ mermaid: true
1515

1616
## Intro
1717

18-
Educates Training Platform is very easy to install locally in order to get started. Just download the `educates` [binary for the latest release](https://github.com/vmware-tanzu-labs/educates-training-platform/releases) for your operating system and architecture, and once placed wherever you put your binaries, just need to run:
18+
Educates Training Platform is very easy to install locally in order to get started. Just download the `educates` [binary for the latest release](https://github.com/educates/educates-training-platform/releases) for your operating system and architecture, and once placed wherever you put your binaries, just need to run:
1919

2020
```
2121
educates create-cluster
2222
```
2323

2424
As easy as that.
2525

26-
Educates Training Platform will be installed on your machine using [KinD (Kubernetes on Docker)](https://kind.sigs.k8s.io/) and will provide, along with the [Educates Training Platform](https://github.com/vmware-tanzu-labs/educates-training-platform) itself, an Ingress Controller ([contour](https://projectcontour.io/)) and policy management ([kyverno](https://kyverno.io/)) to provide a minimal environment for you to start creating or deploying Workshops.
26+
Educates Training Platform will be installed on your machine using [KinD (Kubernetes on Docker)](https://kind.sigs.k8s.io/) and will provide, along with the [Educates Training Platform](https://github.com/educates/educates-training-platform) itself, an Ingress Controller ([contour](https://projectcontour.io/)) and policy management ([kyverno](https://kyverno.io/)) to provide a minimal environment for you to start creating or deploying Workshops.
2727

2828
Head to our [Getting started documentation page](https://docs.educates.dev/en/stable/getting-started/quick-start-guide.html) for a more detailed description about the features and options.
2929

data/en/project.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ logo:
1414

1515
projectInfo:
1616
github:
17-
url: https://github.com/vmware-tanzu-labs/educates-training-platform
17+
url: https://github.com/educates/educates-training-platform
1818
text: "Educates Training Platform"
1919
github-org:
2020
url: https://github.com/educates

data/en/sections/projects.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ projects:
2525
logo: /images/sections/projects/kubernetes.png
2626
# role: Contributor
2727
# timeline: "March 2018 - Present"
28-
repo: https://github.com/vmware-tanzu-labs/educates-training-platform # If your project is a public repo on GitHub, then provide this link. it will show star count.
28+
repo: https://github.com/educates/educates-training-platform # If your project is a public repo on GitHub, then provide this link. it will show star count.
2929
#url: "" # If your project is not a public repo but it has a website or any external details url then provide it here. don't provide "repo" and "url" simultaneously.
3030
summary: Interactive workshop environments in Kubernetes.
3131
tags: ["core", "kubernetes", "cloud"]
@@ -34,7 +34,7 @@ projects:
3434
# logo: /images/sections/projects/tensorflow.png
3535
# role: Developer
3636
# timeline: "Jun 2018 - Present"
37-
repo: https://github.com/vmware-tanzu-labs/educates-github-actions
37+
repo: https://github.com/educates/educates-github-actions
3838
#url: ""
3939
summary: GitHub actions to publish workshops.
4040
tags: ["core", "github", "authoring"]

0 commit comments

Comments
 (0)