Skip to content

Commit

Permalink
fix relative links in hrefs (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod authored Feb 21, 2024
1 parent 68684e6 commit e528365
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion data/community.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ milestones:
link: "https://docs.ansible.com/ansible/latest/community/how_can_I_help.html"
find_projects:
label: Find an Ansible project
link: ecosystem.html
link: "https://docs.ansible.com/ecosystem.html"
communicate:
title: Join the conversation
actions:
Expand Down
8 changes: 4 additions & 4 deletions data/platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ platform:
docs:
link: "https://access.redhat.com/documentation/en-us/red_hat_ansible_automation_platform"
button: Visit the Red Hat Ansible Automation Platform documentation
relnotes:
relnotes:
name: Release notes
description: View the changes made since the last release of Ansible Automation Controller.
docs:
link: "https://docs.ansible.com/automation-controller/latest/html/release-notes/index.html"
button: Visit the release notes
cli:
cli:
name: Automation Controller CLI
description: Learn how to use the command-line client for AWX and Ansible Automation Controller.
docs:
link: "https://docs.ansible.com/automation-controller/latest/html/controllercli/index.html"
button: Visit the CLI guide
button: Visit the CLI guide
archive:
name: Automation Controller documentation archive
description: Find all documentation for Automation Controller version 4.4 and earlier.
docs:
link: automation-tower-prior-versions.html
link: "https://docs.ansible.com/automation-tower-prior-versions.html"
button: Visit the Automation Controller documentation archive
4 changes: 2 additions & 2 deletions templates/core.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ <h5>{{ pages.core.test.name }}</h5>
<div class="width-6-12 width-12-12-m">
<h5>{{ pages.core.core_ja.title }}</h5>
<p>{{ pages.core.core_ja.text }}</p>
<a class="btn" href="{{ links.core_ja }}" role="button">
<a class="btn" href="{{ base.base_url }}{{ links.core_ja }}" role="button">
{{ pages.buttons.learn_more }}
</a>
</div>
<div class="width-6-12 width-12-12-m">
<h5>{{ pages.community.archive.title }}</h5>
<p>{{ pages.community.archive.intro }}</p>
<a class="btn" href="{{ links.community_archive }}" role="button">
<a class="btn" href="{{ base.base_url }}{{ links.community_archive }}" role="button">
{{ pages.buttons.archive }}
</a>
</div>
Expand Down

0 comments on commit e528365

Please sign in to comment.