Skip to content

Commit ef002f8

Browse files
Update compiler guide reference (pyccel#2090)
# PR Summary Small PR - Commit 653a8fd moved the `compiler.md` from `tutorial` to `docs`. This PR adjusts sources to changes. Signed-off-by: Emmanuel Ferdman <[email protected]> Co-authored-by: Emily Bourne <[email protected]>
1 parent 11493b8 commit ef002f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyccel/codegen/compiling/compilers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_condaless_search_path(conda_warnings = 'basic'):
5353
conda_folders = [p for p,f in folders.items() if any(con in f for con in conda_folder_names)]
5454
if conda_folders:
5555
if conda_warnings in ('basic', 'verbose'):
56-
message_warning = "Conda paths are ignored. See https://github.com/pyccel/pyccel/blob/devel/tutorial/compiler.md#utilising-pyccel-within-anaconda-environment for details"
56+
message_warning = "Conda paths are ignored. See https://github.com/pyccel/pyccel/blob/devel/docs/compiler.md#utilising-pyccel-within-anaconda-environment for details"
5757
if conda_warnings == 'verbose':
5858
message_warning = message_warning + "\nConda ignored PATH:\n"
5959
message_warning = message_warning + ":".join(conda_folders)

0 commit comments

Comments
 (0)