Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit a3501eb

Browse files
author
Noah Lee
committed
Change the URL for docs (#310)
1 parent e0031ed commit a3501eb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<img src="https://github.com/gitploy-io/gitploy/actions/workflows/test.yaml/badge.svg">
1111
<img src="https://github.com/gitploy-io/gitploy/actions/workflows/publish.yaml/badge.svg"><br/>
1212
<b>Gitploy helps your team build the deployment system around GitHub in minutes.</b><br/>
13-
<a href="https://docs.gitploy.io/">Documentation</a> | <a href="https://github.com/gitploy-io/gitploy/discussions">Community</a> | <a href="https://docs.gitploy.io/tasks/installation/">Installation Guide</a>
13+
<a href="https://www.gitploy.io/docs/">Documentation</a> | <a href="https://github.com/gitploy-io/gitploy/discussions">Community</a> | <a href="https://www.gitploy.io/docs/tasks/installation/">Installation Guide</a>
1414
</p>
1515

1616
---
@@ -47,15 +47,15 @@ Private repositories for teams plan | ✅ | ❌
4747

4848
## Getting Started
4949

50-
To install Gitploy on your hosting, read this [documentation](https://docs.gitploy.io/tasks/installation/).
50+
To install Gitploy on your hosting, read this [documentation](https://www.gitploy.io/docs/tasks/installation/).
5151

5252
For public repositories, we're providing the [free cloud](https://cloud.gitploy.io/).
5353

5454
### Important Links
5555

5656
Documentation | Community | Installation Guide | Docker Image
5757
--- |--- |--- |---
58-
📚 [Documentation](https://docs.gitploy.io/) |💬 [Community](https://github.com/gitploy-io/gitploy/discussions) |📖 [Installation Guide](https://docs.gitploy.io/tasks/installation/) |🐋 [Docker Image](https://hub.docker.com/repository/docker/gitployio/gitploy)
58+
📚 [Documentation](https://www.gitploy.io/docs/) | [Community](https://github.com/gitploy-io/gitploy/discussions) / 💬 [Slack](https://join.slack.com/t/gitploy/shared_invite/zt-112wz7qtz-HuZXMM_DaEEo1VDdsCUSRg)|📖 [Installation Guide](https://www.gitploy.io/docs/tasks/installation/) |🐋 [Docker Image](https://hub.docker.com/repository/docker/gitployio/gitploy)
5959

6060
## Contributors
6161

Diff for: ui/src/views/Main.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default function Main(props: any) {
144144
</Menu.Item>
145145
<Menu.Divider />
146146
<Menu.Item key="1">
147-
<a href="https://docs.gitploy.io/" target="_blank">Read Docs</a>
147+
<a href="https://www.gitploy.io/docs/" target="_blank">Read Docs</a>
148148
</Menu.Item>
149149
<Menu.Item key="2">
150150
<a href="/signout">Sign out</a>

Diff for: ui/src/views/RepoDeploy.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export default function RepoDeploy(): JSX.Element {
115115
status="warning"
116116
title="There is no configuration file."
117117
extra={[
118-
<Button type="primary" key="console" target="_blank" href="https://docs.gitploy.io/concepts/deploy.yml">
118+
<Button type="primary" key="console" target="_blank" href="https://www.gitploy.io/docs/concepts/deploy.yml">
119119
Read Document
120120
</Button>,
121121
<Button type="link" key="link" target="_blank" href={`/link/${namespace}/${name}/config/new`}>

Diff for: ui/src/views/RepoLock.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default function RepoLock(): JSX.Element {
3939
status="warning"
4040
title="There is no configuration file."
4141
extra={[
42-
<Button type="primary" key="console" target="_blank" href="https://docs.gitploy.io/concepts/deploy.yml">
42+
<Button type="primary" key="console" target="_blank" href="https://www.gitploy.io/docs/concepts/deploy.yml">
4343
Read Document
4444
</Button>,
4545
<Button type="link" key="link" target="_blank" href={`/link/${namespace}/${name}/config/new`}>

Diff for: ui/src/views/RepoRollback.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function RepoHome(): JSX.Element {
7171
status="warning"
7272
title="There is no configuration file."
7373
extra={[
74-
<Button type="primary" key="console" target="_blank" href="https://docs.gitploy.io/concepts/deploy.yml">
74+
<Button type="primary" key="console" target="_blank" href="https://www.gitploy.io/docs/concepts/deploy.yml">
7575
Read Document
7676
</Button>,
7777
<Button type="link" key="link" target="_blank" href={`/link/${namespace}/${name}/config/new`}>

0 commit comments

Comments
 (0)