Skip to content

Commit 32dd95c

Browse files
committed
docs: remove inline Harbor registry URL from TIP notes
Drop the parenthesized https://registry.highgo.com/ link from the Harbor mirror TIPs to clean up rendering. The registry domain is still visible in the example image references, so users can derive the URL from there.
1 parent 08720f9 commit 32dd95c

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

CN/modules/ROOT/pages/master/cloud_platform/ivorysql_cloud_installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ https://github.com/IvorySQL/ivory-operator/tree/IVYO_REL_5_STABLE[https://github
364364

365365
如果服务器可以直接访问到docker hub,可以跳过该章节。否则需要在所有的K8S集群节点提前load 如下docker镜像
366366

367-
TIP: 国内用户可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])拉取以下镜像,将 `docker.io/` 替换为 `registry.highgo.com/` 即可。
367+
TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务拉取以下镜像,将 `docker.io/` 替换为 `registry.highgo.com/` 即可。
368368

369369
[literal]
370370
----

CN/modules/ROOT/pages/master/containerization/docker_podman_deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[TIP]
88
====
9-
除 Docker Hub 外,IvorySQL 社区还为国内用户提供 Harbor 镜像服务:https://registry.highgo.com/[https://registry.highgo.com/]。将本章节中的镜像地址前缀替换为 `registry.highgo.com/` 即可使用,例如 `registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`。
9+
除 Docker Hub 外,IvorySQL 社区还为国内用户提供 Harbor 镜像服务。将本章节中的镜像地址前缀替换为 `registry.highgo.com/` 即可使用,例如 `registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`。
1010
====
1111

1212
== docker方式运行

CN/modules/ROOT/pages/master/getting-started/quick_start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ ivorysql 3238 1551 0 20:35 pts/0 00:00:00 grep --color=auto postgres
116116
$ docker pull ivorysql/ivorysql:5.0-ubi8
117117
```
118118

119-
TIP: 国内用户可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])加速拉取,例如:`docker pull registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`。
119+
TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务加速拉取,例如:`docker pull registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`。
120120

121121
** 运行IvorySQL
122122
```

CN/modules/ROOT/pages/master/installation_guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ sudo dnf install -y ivorysql5-5.0
4343
$ docker pull ivorysql/ivorysql:5.0-ubi8
4444
```
4545

46-
TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务(https://registry.highgo.com/[https://registry.highgo.com/])加速拉取,将上述地址替换为 `registry.highgo.com/ivorysql/ivorysql:5.0-ubi8` 即可。
46+
TIP: 国内用户也可使用 IvorySQL 社区的 Harbor 镜像服务加速拉取,将上述地址替换为 `registry.highgo.com/ivorysql/ivorysql:5.0-ubi8` 即可。
4747

4848
** 运行IvorySQL
4949
```

EN/modules/ROOT/pages/master/cloud_platform/ivorysql_cloud_installation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ https://github.com/IvorySQL/ivory-operator/tree/IVYO_REL_5_STABLE[https://github
363363

364364
If your servers have direct access to Docker Hub, you can skip this step. Otherwise, preload the following images on every node in the Kubernetes cluster.
365365

366-
TIP: Users in China can pull the following images from the IvorySQL community Harbor registry (https://registry.highgo.com/[https://registry.highgo.com/]) by replacing the `docker.io/` prefix with `registry.highgo.com/`.
366+
TIP: Users in China can pull the following images from the IvorySQL community Harbor registry by replacing the `docker.io/` prefix with `registry.highgo.com/`.
367367

368368
[literal]
369369
----

EN/modules/ROOT/pages/master/containerization/docker_podman_deployment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[TIP]
88
====
9-
In addition to Docker Hub, the IvorySQL community also provides a Harbor registry for users in China: https://registry.highgo.com/[https://registry.highgo.com/]. Replace the image prefix used in this chapter with `registry.highgo.com/`, e.g. `registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`.
9+
In addition to Docker Hub, the IvorySQL community also provides a Harbor registry for users in China. Replace the image prefix used in this chapter with `registry.highgo.com/`, e.g. `registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`.
1010
====
1111

1212
== Running IvorySQL in docker

EN/modules/ROOT/pages/master/getting-started/quick_start.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ ivorysql 3238 1551 0 20:35 pts/0 00:00:00 grep --color=auto postgres
111111
$ docker pull ivorysql/ivorysql:5.0-ubi8
112112
```
113113

114-
TIP: Users in China can also pull from the IvorySQL community Harbor registry (https://registry.highgo.com/[https://registry.highgo.com/]) for faster downloads, e.g. `docker pull registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`.
114+
TIP: Users in China can also pull from the IvorySQL community Harbor registry for faster downloads, e.g. `docker pull registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`.
115115

116116
** Running IvorySQL
117117
```

EN/modules/ROOT/pages/master/installation_guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ sudo dnf install -y ivorysql5-5.0
4444
$ docker pull ivorysql/ivorysql:5.0-ubi8
4545
```
4646

47-
TIP: Users in China can also pull from the IvorySQL community Harbor registry (https://registry.highgo.com/[https://registry.highgo.com/]) for faster downloads — replace the image reference above with `registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`.
47+
TIP: Users in China can also pull from the IvorySQL community Harbor registry for faster downloads — replace the image reference above with `registry.highgo.com/ivorysql/ivorysql:5.0-ubi8`.
4848

4949
** Run IvorySQL
5050
```

0 commit comments

Comments
 (0)