From 4a559fd4a737293856759683d10a24230a54e593 Mon Sep 17 00:00:00 2001 From: Komputer-P Date: Thu, 9 Feb 2023 23:35:36 +0900 Subject: [PATCH] [Chore] update README.md to new repoistory url (krapie) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e58c7f..5adf2d9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ just clone this repository and follow instructions bellow. ```bash # 1. clone repository -git clone https://github.com/Krapi0314/yorkie-kubernetes.git +git clone https://github.com/krapie/yorkie-kubernetes.git # 2. change to project directory cd yorkie-kubernetes @@ -68,7 +68,7 @@ git clone https://github.com/yorkie-team/dashboard.git # 12. clone yorkie-tldraw repository for real-time collaboration whiteboard! # (change REACT_APP_YORKIE_RPC_ADDR to http://localhost) -git clone https://github.com/Krapi0314/yorkie-tldraw.git +git clone https://github.com/krapie/yorkie-tldraw.git ``` ## Development @@ -77,9 +77,9 @@ git clone https://github.com/Krapi0314/yorkie-tldraw.git - `kompose` : k8s manifests converted from yorkie docker-compose files - `minikube` : k8s manifests for local k8s cluster (minikube) - - ***istio & envoy sidecar will be implemented in later updates.*** - - ***for now, istio is not implemented to simplify*** - ***yorkie cluster architecture in local environment, and also instruction guide*** + - **_istio & envoy sidecar will be implemented in later updates._** + - **_for now, istio is not implemented to simplify_** + **_yorkie cluster architecture in local environment, and also instruction guide_** - `monitoring` : k8s manifest for monitoring tool (prometheus & grafana) ### Minikube Structure