Skip to content

Commit be49c4b

Browse files
committed
Replace relative paths with raw.githubusercontent
1 parent 0b3e181 commit be49c4b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ def find_version(*file_paths):
1818
raise RuntimeError("Unable to find version string.")
1919

2020

21-
readme = read("README.md")
21+
readme = read("README.md").replace(
22+
'src="assets/', 'src="https://raw.githubusercontent.com/pytorch/ignite/master/assets/'
23+
)
2224

2325
VERSION = find_version("ignite", "__init__.py")
2426

0 commit comments

Comments
 (0)