Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<meta property="og:title" content="pyinfra" />
<meta property="og:description" content="pyinfra turns Python code into shell commands and runs them on your servers" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://pyinfra.com" />
<meta property="og:url" content="https://docs.pyinfra.com/en/2.x/" />
<meta property="og:image" content="https://pyinfra.com/static/logo_readme.png" />

<link rel="stylesheet" type="text/css" href="static/github.css">
Expand Down Expand Up @@ -59,10 +59,10 @@ <h1>
</div>
</div>
<div class="container buttons">
<a class="button" href="https://docs.pyinfra.com/page/getting-started.html">Getting Started</a>
<a class="button" href="https://docs.pyinfra.com/en/2.x/getting-started.html">Getting Started</a>
<a class="button" href="https://github.com/pyinfra-dev/pyinfra-examples">Examples Repo</a>
<div class="links">
<a href="https://docs.pyinfra.com">Documentation</a> &bull;
<a href="https://https://docs.pyinfra.com/en/2.x">Documentation</a> &bull;
<a href="https://matrix.to/#/#pyinfra:matrix.org">Chat on Matrix</a> &bull;
<a href="https://github.com/Fizzadar/pyinfra">GitHub</a>
</div>
Expand Down