Skip to content

Commit

Permalink
Backport PR #49137 on branch 1.5.x (WEB/DOC: Fix typo in OVH name) (#…
Browse files Browse the repository at this point in the history
…49138)

Backport PR #49137: WEB/DOC: Fix typo in OVH name

Co-authored-by: Marc Garcia <garcia.marc@gmail.com>
  • Loading branch information
meeseeksmachine and datapythonista committed Oct 17, 2022
1 parent ea971ac commit 5b036c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/_templates/pandas_footer.html
@@ -1,3 +1,3 @@
<p class="copyright">
&copy {{copyright}} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVH Cloud</a>.
&copy {{copyright}} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
</p>
2 changes: 1 addition & 1 deletion web/pandas/_templates/layout.html
Expand Up @@ -91,7 +91,7 @@
</li>
</ul>
<p>
&copy; {{ current_year }} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVH Cloud</a>.
&copy; {{ current_year }} pandas via <a href="https://numfocus.org">NumFOCUS, Inc.</a> Hosted by <a href="https://www.ovhcloud.com">OVHcloud</a>.
</p>
</footer>

Expand Down

0 comments on commit 5b036c1

Please sign in to comment.