Skip to content

Commit eb46300

Browse files
committed
Clean files
1 parent 49dc57e commit eb46300

File tree

6 files changed

+12
-86
lines changed

6 files changed

+12
-86
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ More importantly, Gogs only needs one binary to setup your own project hosting o
2424

2525
## Overview
2626

27-
- Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, known issues, and change log.
27+
- Please see [Documentation](http://gogs.io/docs/intro/) for project design, known issues, and change log.
2828
- See [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) to follow the develop team.
2929
- Try it before anything? Do it [online](http://try.gogits.org/Unknown/gogs) or go down to **Installation -> Install from binary** section!
30-
- Having troubles? Get help from [Troubleshooting](https://github.com/gogits/gogs/wiki/Troubleshooting).
30+
- Having troubles? Get help from [Troubleshooting](http://gogs.io/docs/intro/troubleshooting.md).
3131

3232
## Features
3333

@@ -49,12 +49,12 @@ More importantly, Gogs only needs one binary to setup your own project hosting o
4949

5050
## Installation
5151

52-
Make sure you install [Prerequirements](https://github.com/gogits/gogs/wiki/Prerequirements) first.
52+
Make sure you install [Prerequirements](http://gogs.io/docs/installation/) first.
5353

5454
There are 3 ways to install Gogs:
5555

56-
- [Install from binary](https://github.com/gogits/gogs/wiki/Install-from-binary): **STRONGLY RECOMMENDED**
57-
- [Install from source](https://github.com/gogits/gogs/wiki/Install-from-source)
56+
- [Install from binary](http://gogs.io/docs/installation/install_from_binary.md): **STRONGLY RECOMMENDED**
57+
- [Install from source](http://gogs.io/docs/installation/install_from_source.md)
5858
- [Ship with Docker](https://github.com/gogits/gogs/tree/master/dockerfiles)
5959

6060
## Acknowledgments

README_ZH.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
1515

1616
## 项目概览
1717

18-
- 有关项目设计、已知问题和变更日志,请通过 [Wiki](https://github.com/gogits/gogs/wiki) 查看。
18+
- 有关项目设计、已知问题和变更日志,请通过 [使用手册](http://gogs.io/docs/intro/) 查看。
1919
- 您可以到 [Trello Board](https://trello.com/b/uxAoeLUl/gogs-go-git-service) 跟随开发团队的脚步。
2020
- 想要先睹为快?通过 [在线体验](http://try.gogits.org/Unknown/gogs) 或查看 **安装部署 -> 二进制安装** 小节。
21-
- 使用过程中遇到问题?尝试从 [故障排查](https://github.com/gogits/gogs/wiki/Troubleshooting) 页面获取帮助。
21+
- 使用过程中遇到问题?尝试从 [故障排查](http://gogs.io/docs/intro/troubleshooting.md) 页面获取帮助。
2222

2323
## 功能特性
2424

@@ -41,12 +41,12 @@ Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依
4141

4242
## 安装部署
4343

44-
在安装 Gogs 之前,您需要先安装 [基本环境](https://github.com/gogits/gogs/wiki/Prerequirements)
44+
在安装 Gogs 之前,您需要先安装 [基本环境](http://gogs.io/docs/installation/)
4545

4646
然后,您可以通过以下 3 种方式来安装 Gogs:
4747

48-
- [二进制安装](https://github.com/gogits/gogs/wiki/Install-from-binary): **强烈推荐**
49-
- [源码安装](https://github.com/gogits/gogs/wiki/Install-from-source)
48+
- [二进制安装](http://gogs.io/docs/installation/install_from_binary.md): **强烈推荐**
49+
- [源码安装](http://gogs.io/docs/installation/install_from_source.md)
5050
- [采用 Docker 部署](https://github.com/gogits/gogs/tree/master/dockerfiles)
5151

5252
## 特别鸣谢

doc/install_gogs_from_binary_on_ubuntu.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

doc/install_gogs_from_source_on_ubuntu.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

gogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
2020
const go12tag = true
2121

22-
const APP_VER = "0.3.1.0430 Alpha"
22+
const APP_VER = "0.3.1.0501 Alpha"
2323

2424
func init() {
2525
base.AppVer = APP_VER

templates/base/footer.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616

1717
<div class="col-md-4">
18-
<p class="desc"><a href="http://gogits.org">Official Website</a></p>
18+
<p class="desc"><a href="http://gogs.io">Official Website</a></p>
1919
</div>
2020
</div>
2121
</div>

0 commit comments

Comments
 (0)