Skip to content

Commit

Permalink
Add trailing slash to Galaxy API redirect link
Browse files Browse the repository at this point in the history
- without this trailing slash, user will currently see a 404
  • Loading branch information
rooftopcellist committed Dec 6, 2024
1 parent 57253dd commit ec040bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/galaxy-api/templates/redirect-page.configmap.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ data:
<p class="doc-note">
The API endpoints for this platform service will temporarily remain available at the URL for this service.
Please use the Ansible Automation Platform API endpoints corresponding to this component in the future.
These can be found at <a href="{{ public_base_url }}/{{ pulp_combined_settings.galaxy_api_path_prefix }}" target="_blank">{{ public_base_url }}/{{ pulp_combined_settings.galaxy_api_path_prefix }}</a>.
These can be found at <a href="{{ public_base_url }}/{{ pulp_combined_settings.galaxy_api_path_prefix }}/" target="_blank">{{ public_base_url }}/{{ pulp_combined_settings.galaxy_api_path_prefix }}/</a>.
</p>

<!-- Include any additional scripts if needed -->
<script src="static/rest_framework/js/jquery-3.5.1.min.js"></script>
<script src="static/rest_framework/js/bootstrap.min.js"></script>
</body>
</html>
</html>

0 comments on commit ec040bd

Please sign in to comment.