mirror of
https://github.com/go-gitea/website.git
synced 2026-07-22 18:45:26 -04:00
[GH-ISSUE #37] Where is the code? #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShalokShalom on GitHub (Feb 17, 2017).
Original GitHub issue: https://github.com/go-gitea/website/issues/37
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 on GitHub (Feb 17, 2017):
@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/giteafor gitea itself, orgo 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 on GitHub (Feb 17, 2017):
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 on GitHub (Feb 18, 2017):
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 on GitHub (Feb 19, 2017):
The pages for code.gitea.io are generated out of https://github.com/go-gitea/redirects
Where is the code?to [GH-ISSUE #37] Where is the code?