From 40f0eb5963b77bbeda30baaec8951f2a4c161930 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Thu, 20 Feb 2025 15:04:40 -0700 Subject: [PATCH] docs: edit chart --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb82b944..53e16b12 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ flowchart TB subgraph GRAPH_TVAPP ["Build thetvapp:latest"] direction TB - obj_step10["`> git clone https://git.binaryninja.net/pub_projects/tvapp2.git`"] + obj_step10["`> git clone git.binaryninja.net/pub_projects/tvapp2.git`"] obj_step11["`**Dockerfile Dockerfile.aarch64**`"] obj_step12["`> docker build \ @@ -150,7 +150,7 @@ style GRAPH_TVAPP text-align:center,stroke-width:1px,stroke:transparent,fill:tra subgraph GRAPH_ALPINE["Build alpine-base:latest Image"] direction TB - obj_step20["`> git clone -b docker/alpine-base github.com/Aetherinox/docker-base-alpine.git`"] + obj_step20["`> git clone -b docker/alpine-base github.com/Aetherinox/docker-base-alpine.git`"] obj_step21["`**Dockerfile Dockerfile.aarch64**`"] obj_step22["`> docker build \