From e3fba6c5c6dae2e3ec852345baa7795721612254 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 1 Apr 2022 15:19:47 +0200 Subject: [PATCH] README: fix some links - use https when possible (mostly for cockpit-project.org URLs) - fix the references to the cockpit and tmt official repositories - update one packit.dev URL --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index edc1ea7..874a23c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cockpit Starter Kit -Scaffolding for a [Cockpit](http://www.cockpit-project.org) module. +Scaffolding for a [Cockpit](https://cockpit-project.org/) module. # Getting and building the source @@ -112,13 +112,13 @@ different infrastructure with more capacity. Tests also run in [Packit](https://packit.dev/) for all currently supported Fedora releases; see the [packit.yaml](./packit.yaml) control file. You need to -[enable Packit-as-a-service](https://packit.dev/docs/packit-as-a-service/) in your GitHub project to use this. +[enable Packit-as-a-service](https://packit.dev/docs/packit-service/) in your GitHub project to use this. To run the tests in the exact same way for upstream pull requests and for [Fedora package update gating](https://docs.fedoraproject.org/en-US/ci/), the -tests are wrapped in the [FMF metadata format](https://github.com/psss/fmf) +tests are wrapped in the [FMF metadata format](https://github.com/teemtee/fmf) for using with the [tmt test management tool](https://docs.fedoraproject.org/en-US/ci/tmt/). Note that Packit tests can *not* run their own virtual machine images, thus -they only run [@nondestructive tests](https://github.com/martinpitt/cockpit/blob/main/test/common/testlib.py). +they only run [@nondestructive tests](https://github.com/cockpit-project/cockpit/blob/main/test/common/testlib.py). # Customizing @@ -153,7 +153,7 @@ which is run weekly or upon [manual request](https://github.com/cockpit-project/ # Further reading - * The [Starter Kit announcement](http://cockpit-project.org/blog/cockpit-starter-kit.html) + * The [Starter Kit announcement](https://cockpit-project.org/blog/cockpit-starter-kit.html) blog post explains the rationale for this project. - * [Cockpit Deployment and Developer documentation](http://cockpit-project.org/guide/latest/) - * [Make your project easily discoverable](http://cockpit-project.org/blog/making-a-cockpit-application.html) + * [Cockpit Deployment and Developer documentation](https://cockpit-project.org/guide/latest/) + * [Make your project easily discoverable](https://cockpit-project.org/blog/making-a-cockpit-application.html)