This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
5252For public repositories, we're providing the [ free cloud] ( https://cloud.gitploy.io/ ) .
5353
5454### Important Links
5555
5656Documentation | 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
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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` } >
Original file line number Diff line number Diff 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` } >
Original file line number Diff line number Diff 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` } >
You can’t perform that action at this time.
0 commit comments