We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc80e2 commit 283a7b9Copy full SHA for 283a7b9
community/ast-on-k8s/README.md
@@ -5,11 +5,11 @@ This directory contains the manifest files for running the Application Study Too
5
To clone only this directory (./ast-on-k8s), where the Kubernetes manifest files are located, follow these steps:
6
```
7
git init
8
-git clone -n --depth=1 --filter=tree:0 https://github.com/javajason/ast-config-wizard/
9
-cd ast-config-wizard
10
-git sparse-checkout set --no-cone /ast-on-k8s
+git clone -n --depth=1 --filter=tree:0 https://github.com/f5devcentral/application-study-tool/
+cd application-study-tool
+git sparse-checkout set --no-cone /community/ast-on-k8s
11
git checkout
12
-cd ast-on-k8s
+cd community/ast-on-k8s
13
14
15
You will also need to modify the following files, at minimum.
0 commit comments