Documentation: update URLs

This commit is contained in:
Adriaan de Groot
2025-04-15 13:01:03 +02:00
parent 5704e780fe
commit 124f6cd374
3 changed files with 14 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ statements and abuse are not tolerated. In general, we apply the
[GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct) (the
rules of decent behavior in both communities are pretty much the same).
> See the [CoC section on the wiki](https://github.com/calamares/calamares/wiki#code-of-conduct)
> See the [CoC section on the wiki](https://codeberg.org/Calamares/calamares/wiki#code-of-conduct)
> for a longer text. To report a problem, please contact the maintainer,
> Adriaan de Groot, or the KDE Community Working Group.
@@ -64,7 +64,7 @@ yourself, **do** upstream things as much as you can. When you make cool
new things, it's best for the whole Calamares-using-community
to build new things that are configurable and applicable to other
distributions than your own. So keep other folk in mind. There is
also the [extensions](https://github.com/calamares/calamares-extensions)
also the [extensions](https://codeberg.org/Calamares/calamares-extensions)
repository for somewhat-more-specialized modules and examples.
### Commit Messages
@@ -114,7 +114,7 @@ probably be added later in a `Changes: credits` commit.
## Building Calamares
Up to date
[building-Calamares](https://github.com/calamares/calamares/wiki/Develop-Guide)
[building-Calamares](https://codeberg.org/Calamares/calamares/wiki/Develop-Guide)
instructions are on the wiki.
### Simple Build in Docker
@@ -208,14 +208,14 @@ Particular requirements (not complete):
## Configuring and Deploying Calamares
[Deployment](https://github.com/calamares/calamares/wiki/Deploy-Guide)
[Deployment](https://codeberg.org/Calamares/calamares/wiki/Deploy-Guide)
instructions are on the wiki.
## Translating Calamares
Calamares translations are done on Transifex.
The [translator's guide](https://github.com/calamares/calamares/wiki/Translate-Guide)
The [translator's guide](https://codeberg.org/Calamares/calamares/wiki/Translate-Guide)
on the wiki explains how to get involved there.
### Using Transifex
@@ -256,7 +256,7 @@ that the same string can show up in two different Calamares string collections.
## Testing Calamares
There is a [testing guide](https://github.com/calamares/calamares/wiki/Test-Guide)
There is a [testing guide](https://codeberg.org/Calamares/calamares/wiki/Test-Guide)
on the wiki. It is possible to test most parts of Calamares in isolation,
but the real proof of the pudding comes with an actual installation
of *some* distro using Calamares.

View File

@@ -5,13 +5,13 @@
# Calamares: Distribution-Independent Installer Framework
---------
[![Current issue](https://img.shields.io/badge/issue-in_progress-FE9B48)](https://github.com/calamares/calamares/labels/hacking%3A%20in-progress)
[![GitHub release](https://img.shields.io/github/release/calamares/calamares.svg)](https://github.com/calamares/calamares/releases)
[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/calamares/calamares/push.yml)](https://github.com/calamares/calamares/actions?query=workflow%3Aci)
[![GitHub license](https://img.shields.io/badge/license-Multiple-green)](https://github.com/calamares/calamares/tree/calamares/LICENSES)
[![Current issue](https://img.shields.io/badge/issue-in_progress-FE9B48)](https://codeberg.org/Calamares/calamares/labels/hacking%3A%20in-progress)
[![GitHub release](https://img.shields.io/github/release/calamares/calamares.svg)](https://codeberg.org/Calamares/calamares/releases)
[![GitHub Build Status](https://img.shields.io/github/actions/workflow/status/calamares/calamares/push.yml)](https://codeberg.org/Calamares/calamares/actions?query=workflow%3Aci)
[![GitHub license](https://img.shields.io/badge/license-Multiple-green)](https://codeberg.org/Calamares/calamares/tree/calamares/LICENSES)
| [Report a Bug](https://github.com/calamares/calamares/issues/new) | [Translate](https://app.transifex.com/calamares/calamares/) | [Contribute](CONTRIBUTING.md) | [Chat on Matrix: #calamares:kde.org](https://webchat.kde.org/#/room/%23calamares:kde.org) | [Wiki](https://github.com/calamares/calamares/wiki) |
| [Report a Bug](https://codeberg.org/Calamares/calamares/issues/new) | [Translate](https://app.transifex.com/calamares/calamares/) | [Contribute](CONTRIBUTING.md) | [Chat on Matrix: #calamares:kde.org](https://webchat.kde.org/#/room/%23calamares:kde.org) | [Wiki](https://codeberg.org/Calamares/calamares/wiki) |
|:--:|:--:|:--:|:--:|:--:|
@@ -36,7 +36,7 @@ for end-users, but most of what we have is for distro developers.
Clone Calamares from GitHub. The default branch is called *calamares*.
```
git clone https://github.com/calamares/calamares.git
git clone https://codeberg.org/Calamares/calamares.git
```
Calamares is a KDE-Frameworks and Qt-based, C++17, CMake-built application.
@@ -46,7 +46,7 @@ The dependencies are explained in [CONTRIBUTING.md](CONTRIBUTING.md).
Calamares welcomes PRs. New issues are welcome, too.
There are both the Calamares **core** repository (this one)
and an **extensions** repository ([Calamares extensions](https://github.com/calamares/calamares-extensions)).
and an **extensions** repository ([Calamares extensions](https://codeberg.org/Calamares/calamares-extensions)).
Contributions to code, modules, documentation, the wiki, and the website are all welcome.
There is more information in the [CONTRIBUTING.md](CONTRIBUTING.md) file.

View File

@@ -35,7 +35,7 @@ imagination and your QML experience. For straightforward presentations,
see the documentation below. There are more examples in the [calamares-branding][1]
repository.
[1] https://github.com/calamares/calamares-branding
[1] https://codeberg.org/Calamares/calamares-branding
## API Versions