Skip to content

Commit 0c5e0b6

Browse files
committed
fix 2.0.0 tags
Signed-off-by: Jeeva Kandasamy <[email protected]>
1 parent 4dc8ee9 commit 0c5e0b6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/en/docs/_index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ menu:
1010
weight: 1
1111
---
1212

13-
This documentation is applicable for the version **{{< variable "version" >}}**
13+
This documentation is applicable for the version **{{< variable "versionTag" >}}**
1414

1515
# Source Codes
16-
* [Backend](https://github.com/mycontroller-org/server/tree/{{< variable "version" >}})
17-
* [Web console](https://github.com/mycontroller-org/console-web/tree/{{< variable "version" >}})
18-
* [Documentation](https://github.com/mycontroller-org/documentation/tree/{{< variable "version" >}})
16+
* [Backend](https://github.com/mycontroller-org/server/tree/{{< variable "versionTag" >}})
17+
* [Web console](https://github.com/mycontroller-org/console-web/tree/{{< variable "versionTag" >}})
18+
* [Documentation](https://github.com/mycontroller-org/documentation/tree/{{< variable "versionTag" >}})
1919

2020
# License
2121
* [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)

content/en/docs/installation/quick-installation/docker-container.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you are running from non-root user, you should include `sudo` in the beginnin
2424
```bash
2525
cd /opt/apps/mycontroller
2626

27-
curl https://raw.githubusercontent.com/mycontroller-org/backend/master/resources/sample-docker-server.yaml \
27+
curl https://raw.githubusercontent.com/mycontroller-org/backend/{{< variable "versionTag" >}}/resources/sample-docker-server.yaml \
2828
--output mycontroller.yaml
2929
```
3030

content/en/docs/overview/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MyController 2.x is completely redesigned. You can not upgrade from MyController
1818
* [Nats.io](https://nats.io/) - Message Bus
1919
* Supported Databases
2020
* Storage
21-
* [In-Memory](https://github.com/mycontroller-org/server/tree/master/plugin/database/storage/memory) - developed and maintained by MyController community
21+
* [In-Memory](https://github.com/mycontroller-org/server/tree/{{< variable "versionTag" >}}/plugin/database/storage/memory) - developed and maintained by MyController community
2222
* [MongoDB](https://www.mongodb.com/)
2323
* Metric
2424
* [InfluxDB](https://www.influxdata.com/products/influxdb/)

0 commit comments

Comments
 (0)