Skip to content

Commit

Permalink
Fix repo links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Janus committed Oct 3, 2023
1 parent c367ee3 commit 843a9e4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/candlepin/documentation_authoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion presentations/junit-5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<noscript>
This presentation requires JavaScript. If you're not able
to use JavaScript, you can still view the source files
<a href="https://github.com/candlepin/candlepinproject.org/tree/main/presentations/junit-5">here</a>.
<a href="https://github.com/candlepin/candlepin.github.io/tree/main/presentations/junit-5">here</a>.
</noscript>

<script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion presentations/pki-crash-course/4-conclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ should never ignore these if the appear on a site that you don't have control ov
# Questions ?

Suggestions and corrections: <!-- .element class="caption" -->
https://github.com/candlepin/candlepinproject.org/issues
https://github.com/candlepin/candlepin.github.io/issues
2 changes: 1 addition & 1 deletion presentations/pki-crash-course/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<noscript>
This presentation requires JavaScript. If you're not able
to use JavaScript, you can still view the source files
<a href="https://github.com/candlepin/candlepinproject.org/tree/main/presentations/pki-crash-course">here</a>.
<a href="https://github.com/candlepin/candlepin.github.io/tree/main/presentations/pki-crash-course">here</a>.
</noscript>

<script type="text/javascript">
Expand Down

0 comments on commit 843a9e4

Please sign in to comment.