Skip to content

Commit 1831ee2

Browse files
strklunny
authored andcommitted
Update example install url from try.gogs.io to try.gitea.io (#385)
* Update example install url from try.gogs.io to try.gitea.io * Ask if issue can be reproduced on try.gitea.io * Link try.gitea.io to the README
1 parent b4c7940 commit 1831ee2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .github/issue_template.md

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
- [ ] PostgreSQL
1313
- [ ] MySQL
1414
- [ ] SQLite
15+
- Can you reproduce the bug at https://try.gitea.io:
16+
- [ ] Yes (provide example URL)
17+
- [ ] No
18+
- [ ] Not relevant
1519
- Log gist:
1620

1721
## Description

Diff for: README.md

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@
2929

3030
The goal of this project is to make the easiest, fastest, and most painless way of setting up a self-hosted Git service. With Go, this can be done with an independent binary distribution across **ALL platforms** that Go supports, including Linux, Mac OS X, Windows and ARM.
3131

32+
Want to try it before doing anything else?
33+
Do it [online](https://try.gitea.io/)!
34+
3235
## Features
3336

3437
- Activity timeline

Diff for: templates/install.tmpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</div>
9292
<div class="inline required field">
9393
<label for="domain">{{.i18n.Tr "install.domain"}}</label>
94-
<input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. try.gogs.io" required>
94+
<input id="domain" name="domain" value="{{.domain}}" placeholder="e.g. try.gitea.io" required>
9595
<span class="help">{{.i18n.Tr "install.domain_helper"}}</span>
9696
</div>
9797
<div class="inline required field">
@@ -106,7 +106,7 @@
106106
</div>
107107
<div class="inline required field">
108108
<label for="app_url">{{.i18n.Tr "install.app_url"}}</label>
109-
<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://try.gogs.io" required>
109+
<input id="app_url" name="app_url" value="{{.app_url}}" placeholder="e.g. https://try.gitea.io" required>
110110
<span class="help">{{.i18n.Tr "install.app_url_helper"}}</span>
111111
</div>
112112
<div class="inline required field">

0 commit comments

Comments
 (0)