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

Change the URL for docs #310

Merged
merged 1 commit into from
Jan 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
<img src="https://github.com/gitploy-io/gitploy/actions/workflows/test.yaml/badge.svg">
<img src="https://github.com/gitploy-io/gitploy/actions/workflows/publish.yaml/badge.svg"><br/>
<b>Gitploy helps your team build the deployment system around GitHub in minutes.</b><br/>
<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>
<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>
</p>

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

## Getting Started

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

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

### Important Links

Documentation | Community | Installation Guide | Docker Image
--- |--- |--- |---
📚 [Documentation](https://docs.gitploy.io/) |❓ [Community](https://github.com/gitploy-io/gitploy/discussions) / 💬 [Slack](https://join.slack.com/t/gitploy/shared_invite/zt-112wz7qtz-HuZXMM_DaEEo1VDdsCUSRg)|📖 [Installation Guide](https://docs.gitploy.io/tasks/installation/) |🐋 [Docker Image](https://hub.docker.com/repository/docker/gitployio/gitploy)
📚 [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)

### Articles

2 changes: 1 addition & 1 deletion ui/src/views/Main.tsx
Original file line number Diff line number Diff line change
@@ -144,7 +144,7 @@ export default function Main(props: any) {
</Menu.Item>
<Menu.Divider />
<Menu.Item key="1">
<a href="https://docs.gitploy.io/" target="_blank">Read Docs</a>
<a href="https://www.gitploy.io/docs/" target="_blank">Read Docs</a>
</Menu.Item>
<Menu.Item key="2">
<a href="/signout">Sign out</a>
2 changes: 1 addition & 1 deletion ui/src/views/RepoDeploy.tsx
Original file line number Diff line number Diff line change
@@ -115,7 +115,7 @@ export default function RepoDeploy(): JSX.Element {
status="warning"
title="There is no configuration file."
extra={[
<Button type="primary" key="console" target="_blank" href="https://docs.gitploy.io/concepts/deploy.yml">
<Button type="primary" key="console" target="_blank" href="https://www.gitploy.io/docs/concepts/deploy.yml">
Read Document
</Button>,
<Button type="link" key="link" target="_blank" href={`/link/${namespace}/${name}/config/new`}>
2 changes: 1 addition & 1 deletion ui/src/views/RepoLock.tsx
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ export default function RepoLock(): JSX.Element {
status="warning"
title="There is no configuration file."
extra={[
<Button type="primary" key="console" target="_blank" href="https://docs.gitploy.io/concepts/deploy.yml">
<Button type="primary" key="console" target="_blank" href="https://www.gitploy.io/docs/concepts/deploy.yml">
Read Document
</Button>,
<Button type="link" key="link" target="_blank" href={`/link/${namespace}/${name}/config/new`}>
2 changes: 1 addition & 1 deletion ui/src/views/RepoRollback.tsx
Original file line number Diff line number Diff line change
@@ -71,7 +71,7 @@ export default function RepoHome(): JSX.Element {
status="warning"
title="There is no configuration file."
extra={[
<Button type="primary" key="console" target="_blank" href="https://docs.gitploy.io/concepts/deploy.yml">
<Button type="primary" key="console" target="_blank" href="https://www.gitploy.io/docs/concepts/deploy.yml">
Read Document
</Button>,
<Button type="link" key="link" target="_blank" href={`/link/${namespace}/${name}/config/new`}>