Skip to content

Commit 64fd79a

Browse files
committed
fix path
1 parent 8ef4acc commit 64fd79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def get(filename):
212212
if os.path.exists(localpath):
213213
return localpath
214214
else:
215-
return "https://github.com/compas-dev/compas/raw/main/samples/{}".format(filename)
215+
return "https://raw.githubusercontent.com/compas-dev/compas/main/src/compas/data/samples/{}".format(filename)
216216

217217

218218
def get_bunny(localstorage=None):

0 commit comments

Comments
 (0)