wasi-master/pepbrowser

[FEAT]: Update URL Format

Opened this issue · 0 comments

Description

In line https://github.com/wasi-master/pepbrowser/blob/main/pepbrowser/core.py#L11C5-L11C5 we need to change

url = f"https://raw.githubusercontent.com/python/peps/main/pep-{pep_number}.{ext}"

to

url = f"https://raw.githubusercontent.com/python/peps/main/peps/pep-{pep_number}.{ext}"

Additional Information

No response