Where is the code? #37

Closed
opened 2017-02-17 08:21:06 +00:00 by ShalokShalom · 4 comments
ShalokShalom commented 2017-02-17 08:21:06 +00:00 (Migrated from github.com)

Hi there

https://code.gitea.io/

I click on the code and get directed to a page with a few lines and .. no Code.

I see there is a link on the left side and suggest to link https://github.com/go-gitea directly in this central text.

Hi there https://code.gitea.io/ I click on the code and get directed to a page with a few lines and .. no Code. I see there is a link on the left side and suggest to link https://github.com/go-gitea directly in this central text.
strk commented 2017-02-17 09:15:50 +00:00 (Migrated from github.com)

@ShalokShalom I find 3 links on the left, for the 3 projects for which there's Code.
This is Go, btw, which means you can download the code using go get code.gitea.io/gitea for gitea itself, or go get code.gitea.io/<other> for other gitea projects (those linked on that page).

Maybe you want to provide a pull request to include the info above in that page ?

@ShalokShalom I find 3 links on the left, for the 3 projects for which there's Code. This is Go, btw, which means you can download the code using `go get code.gitea.io/gitea` for gitea itself, or `go get code.gitea.io/<other>` for other gitea projects (those linked on that page). Maybe you want to provide a pull request to include the info above in that page ?
tboerger commented 2017-02-17 13:57:28 +00:00 (Migrated from github.com)

All 3 available projects are linking to the GitHub repository, so you know where to find the code. As @strk already said these pages are at all used to provide the custom go import path, e.g. go get code.gitea.io/gitea

All 3 available projects are linking to the GitHub repository, so you know where to find the code. As @strk already said these pages are at all used to provide the custom go import path, e.g. `go get code.gitea.io/gitea`
ShalokShalom commented 2017-02-18 20:07:42 +00:00 (Migrated from github.com)

Yeah, i know that the link is on the left side.

@strk Are you sure, that this page is here in this repo?

Yeah, i know that the link is on the left side. @strk Are you sure, that this page is here in this repo?
tboerger commented 2017-02-19 10:10:08 +00:00 (Migrated from github.com)

The pages for code.gitea.io are generated out of https://github.com/go-gitea/redirects

The pages for code.gitea.io are generated out of https://github.com/go-gitea/redirects
This repo is archived. You cannot comment on issues.
No description provided.