Skip to content

Commit 233711e

Browse files
committed
fix product url format
1 parent 86a885b commit 233711e

File tree

1 file changed

+2
-2
lines changed
  • {% if cookiecutter.library_prefix %}{{ cookiecutter.library_prefix | capitalize }}_{% endif %}CircuitPython_{{ cookiecutter.library_name}}

1 file changed

+2
-2
lines changed

{% if cookiecutter.library_prefix %}{{ cookiecutter.library_prefix | capitalize }}_{% endif %}CircuitPython_{{ cookiecutter.library_name}}/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ or individual libraries can be installed using
6060
.. todo:: Describe the Adafruit product this library works with. For PCBs, you can also add the
6161
image fromn the assets folder in the PCB's gihub repo.
6262

63-
<a href="http://www.adafruit.com/products/{{cookiecutter.adafruit_pid}}">
64-
Click here to purchase one from the Adafruit shop</a>
63+
`Purchase one from the Adafruit shop <http://www.adafruit.com/products/{{cookiecutter.adafruit_pid}}>`_
64+
6565

6666
{% endif -%}
6767

0 commit comments

Comments
 (0)