We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d549953 commit a35b310Copy full SHA for a35b310
index.html
@@ -50,9 +50,7 @@
50
<li class="nav-item dropdown">
51
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation</a>
52
<div class="dropdown-menu" aria-labelledby="dropdown01">
53
- <a class="dropdown-item" href="#">Action</a>
54
- <a class="dropdown-item" href="#">Another action</a>
55
- <a class="dropdown-item" href="#">Something else here</a>
+ <a target="_blank" class="dropdown-item" href="https://pillow.readthedocs.io/">Read the docs</a>
56
</div>
57
</li>
58
<li class="nav-item">
0 commit comments