Skip to content

Commit d7f2cdc

Browse files
authored
Merge pull request #122 from oraNod/updates
Update old docs urls
2 parents c0ad347 + c2af9f4 commit d7f2cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sphinx_ansible_theme/built_with.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if show_built_with %}
22
{%- set sphinx_web = '<a href="https://www.sphinx-doc.org/">Sphinx</a>' %}
3-
{%- set ansible_community_web = '<a href="https://docs.ansible.com/ansible/4/community/">Ansible Community</a>' %}
3+
{%- set ansible_community_web = '<a href="https://docs.ansible.com/">Ansible Community</a>' %}
44
{#- Translators: the variable "sphinx_web" is a link to the Sphinx project documentation with the text "Sphinx" #}
55
{%- trans sphinx_web=sphinx_web %}Built with {{ sphinx_web }} using a{% endtrans %}
66
{#- Translators: "theme" refers to a theme for Sphinx, which alters the appearance of the generated documenation #}

0 commit comments

Comments
 (0)