From 0dd45d7bc734e0ebbfba7a5eeffdf13b7217836f Mon Sep 17 00:00:00 2001 From: Lucas Hinderberger Date: Tue, 29 Sep 2020 19:30:38 +0200 Subject: [PATCH] Gitea -> Gitea, the software Codeberg is based on --- content/getting-started/first-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/getting-started/first-repository.md b/content/getting-started/first-repository.md index b7b2671..221c557 100644 --- a/content/getting-started/first-repository.md +++ b/content/getting-started/first-repository.md @@ -63,7 +63,7 @@ Here's what the most important buttons of this screen do: For more information on this, have a look at [The Basics of Issue Tracking](/getting-started/issue-tracking-basics) - **Pull Requests** is where other users can ask you to include a change into your program - **Releases** is a space where you can upload finished versions of your program, including binaries - - **Wiki** is a very basic wiki built into Gitea + - **Wiki** is a very basic wiki built into Gitea, the software Codeberg is based on - **Activity** calculates statistics about your project - **Your repository's Git URLs** - use these to let Git know where to find your repository. Don't worry if that is a bit cryptic now - we will pick this up again in the following section.