Skip to content

Commit 2aac8c0

Browse files
authored
Merge pull request #107 from askpatrickw/fix-product-url
fix product url format
2 parents 86a885b + 233711e commit 2aac8c0

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)