This repository was archived by the owner on May 30, 2024. It is now read-only.
File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
<img src =" https://github.com/gitploy-io/gitploy/actions/workflows/test.yaml/badge.svg " >
11
11
<img src =" https://github.com/gitploy-io/gitploy/actions/workflows/publish.yaml/badge.svg " ><br />
12
12
<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 >
14
14
</p >
15
15
16
16
---
@@ -47,15 +47,15 @@ Private repositories for teams plan | ✅ | ❌
47
47
48
48
## Getting Started
49
49
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/ ) .
51
51
52
52
For public repositories, we're providing the [ free cloud] ( https://cloud.gitploy.io/ ) .
53
53
54
54
### Important Links
55
55
56
56
Documentation | Community | Installation Guide | Docker Image
57
57
--- |--- |--- |---
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 )
59
59
60
60
## Contributors
61
61
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ export default function Main(props: any) {
144
144
</ Menu . Item >
145
145
< Menu . Divider />
146
146
< 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 >
148
148
</ Menu . Item >
149
149
< Menu . Item key = "2" >
150
150
< 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 {
115
115
status = "warning"
116
116
title = "There is no configuration file."
117
117
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" >
119
119
Read Document
120
120
</ Button > ,
121
121
< 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 {
39
39
status = "warning"
40
40
title = "There is no configuration file."
41
41
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" >
43
43
Read Document
44
44
</ Button > ,
45
45
< 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 {
71
71
status = "warning"
72
72
title = "There is no configuration file."
73
73
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" >
75
75
Read Document
76
76
</ Button > ,
77
77
< 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