Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad github link generated for CircuitPythonOrg library #147

Open
lesamouraipourpre opened this issue Jul 6, 2021 · 0 comments
Open

Bad github link generated for CircuitPythonOrg library #147

lesamouraipourpre opened this issue Jul 6, 2021 · 0 comments
Assignees

Comments

@lesamouraipourpre
Copy link
Contributor

When generating a CircuitPythonOrg library there is a bad github link in docs/index.rst

> cookiecutter gh:adafruit/cookiecutter-adafruit-circuitpython
You've downloaded /home/purpleankh/.cookiecutters/cookiecutter-adafruit-circuitpython before. Is it okay to delete and re-download it? [yes]: yes
Select target_bundle:
1 - Adafruit
2 - Community
Choose from 1, 2 [1]: 2
github_user []: example
author_name: Example Example
company []: Example Company
library_name: example example
library_description []: Example
library_keywords []: example
library_prefix []: 
adafruit_pid []: 
requires_bus_device []: 
requires_register []: 
other_requirements []: 
pypi_release [no]: yes
sphinx_docs [no]: yes

grep -ir "github.*example" *

docs/index.rst:    Download <https://github.com/example/CircuitPython_example_example/releases/latest>
example_example.py:__repo__ = "https://github.com/example/CircuitPython_Org_example_example.git"
README.rst:.. image:: https://github.com/example/CircuitPython_Org_example_example/workflows/Build%20CI/badge.svg
README.rst:    :target: https://github.com/example/CircuitPython_Org_example_example/actions
README.rst:<https://github.com/example/CircuitPython_Org_example_example/blob/HEAD/CODE_OF_CONDUCT.md>`_
setup.py:    url="https://github.com/example/CircuitPython_Org_example_example.git",

The docs/index.rst link should be https://github.com/example/CircuitPython_Org_example_example/releases/latest

@tekktrik tekktrik self-assigned this Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants