From 843a9e489d2c015dda67d11019593e25720da80a Mon Sep 17 00:00:00 2001 From: Ondrej Janus Date: Tue, 3 Oct 2023 10:23:47 +0200 Subject: [PATCH] Fix repo links --- README.md | 4 ++-- docs/candlepin/documentation_authoring.md | 2 +- presentations/junit-5/index.html | 2 +- presentations/pki-crash-course/4-conclusion.md | 2 +- presentations/pki-crash-course/index.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c952d12..a35807c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Build Status](https://github.com/candlepin/candlepinproject.org/actions/workflows/jekyll.yml/badge.svg?branch=main) +![Build Status](https://github.com/candlepin/candlepin.github.io/actions/workflows/jekyll.yml/badge.svg?branch=main) # Getting Started ## Container Development (Easy Mode) @@ -234,7 +234,7 @@ you'll need to import the image initially using `oc import-image candlepin/website-ruby-27:latest` (Replace website-ruby-27 with whatever your new tag is). -Then create your application with `oc new-app candlepin/website-ruby-27~https://github.com/candlepin/candlepinproject.org` or you can use the web console if you want. +Then create your application with `oc new-app candlepin/website-ruby-27~https://github.com/candlepin/candlepin.github.io` or you can use the web console if you want. # Environment Variables and Build and Run Processes Any environment variables that we need to define (such as the BUNDLE_WITHOUT diff --git a/docs/candlepin/documentation_authoring.md b/docs/candlepin/documentation_authoring.md index c01ada4..988bd02 100644 --- a/docs/candlepin/documentation_authoring.md +++ b/docs/candlepin/documentation_authoring.md @@ -4,7 +4,7 @@ title: Documentation # Candlepin Documentation Candlepin documentation is split into three major pieces. A Jekyll based web site [http://candlepinproject.org/](http://candlepinproject.org/), JavaDoc that is currently only in the source code and REST API that is being hosted on [http://candlepinproject.org/](http://candlepinproject.org/) and is auto-generated by so called API Crawler (Java project in server's code base) -When you need to submit new documentation, you should clone sources of the site from [Github repo](https://github.com/candlepin/candlepinproject.org) and issue a Pull Request. After your pull request is merged, the new site content is automatically published to [http://candlepinproject.org/](http://candlepinproject.org/) +When you need to submit new documentation, you should clone sources of the site from [Github repo](https://github.com/candlepin/candlepin.github.io) and issue a Pull Request. After your pull request is merged, the new site content is automatically published to [http://candlepinproject.org/](http://candlepinproject.org/) While preparing the Pull Request with changes to the documentation you should use local Jekyll instance to see your changes to the documentation. See README.md file in site's sources. diff --git a/presentations/junit-5/index.html b/presentations/junit-5/index.html index 8c9c730..e339533 100644 --- a/presentations/junit-5/index.html +++ b/presentations/junit-5/index.html @@ -12,7 +12,7 @@