Skip to content

Commit 6c1d290

Browse files
update setup.py / docs about new homepage, fixes #61
1 parent e8a7656 commit 6c1d290

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ follows:
5454

5555
.. code-block:: shell
5656
57-
git clone https://github.com/ThomasWaldmann/py-esp32-ulp.git
58-
cd py-esp32-ulp
57+
git clone https://github.com/micropython/micropython-py-esp32-ulp.git
58+
cd micropython-py-esp32-ulp
5959
micropython -m esp32_ulp path/to/code.S # this results in path/to/code.ulp
6060
6161

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def long_desc_from_readme():
2424
description="Assembler toolchain for the ESP32 ULP co-processor, written in MicroPython",
2525
long_description=long_desc_from_readme(),
2626
long_description_content_type='text/x-rst',
27-
url="https://github.com/ThomasWaldmann/py-esp32-ulp",
27+
url="https://github.com/micropython/micropython-py-esp32-ulp",
2828
license="MIT",
2929
author="py-esp32-ulp authors",
3030
author_email="[email protected]",

0 commit comments

Comments
 (0)