Skip to content

Commit f9ec1dd

Browse files
authored
update index,html and other setup docs to 0.4 (#237)
Signed-off-by: mengliwg <286003486+mengliwg@users.noreply.github.com>
1 parent 40ccd18 commit f9ec1dd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

how-to-guides/set-up-platform-mesh-locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Set `KIND_EXPERIMENTAL_PROVIDER=podman` before running the setup.
4545
```bash
4646
git clone https://github.com/platform-mesh/helm-charts.git
4747
cd helm-charts
48-
git checkout 0.3.0
48+
git checkout 0.4.0
4949
cd local-setup
5050
```
5151

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en-US" dir="ltr">
33
<head>
44
<title>Platform Mesh</title>
5-
<meta http-equiv="refresh" content="0; url=https://platform-mesh.io/release-0.3/" />
5+
<meta http-equiv="refresh" content="0; url=https://platform-mesh.io/release-0.4/" />
66
</head>
77
<body>
88
</body>

tutorials/explore-example-msp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The local setup is under active development. Features and workflows may change.
1111
```bash
1212
git clone https://github.com/platform-mesh/helm-charts.git
1313
cd helm-charts
14-
git checkout 0.3.0
14+
git checkout 0.4.0
1515
```
1616

1717
## Run the setup with example data

0 commit comments

Comments
 (0)