Skip to content
Snippets Groups Projects
Unverified Commit 6478eacf authored by Jean-Christophe Fillion-Robin's avatar Jean-Christophe Fillion-Robin
Browse files

DOC: Fix link to contributing instructions in python wheel long description

parent 38ba5a09
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ with io_open(vtk_readme_path, encoding='utf-8') as fin:
readme = re.sub(r'\[(.*?)\]: ((?!https://).*)$',
r'[\1]: https://gitlab.kitware.com/vtk/vtk/-/raw/master/\2',
readme, flags=re.MULTILINE)
readme = re.sub(r'raw/master/(.*).md', r'blob/master/\1.md', readme, flags=re.MULTILINE)
python_code_features = {
'gtk': [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment