Skip to content

Commit

Permalink
Fix multiple paths doc link (#2094)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayakayorihiro authored Jun 5, 2024
1 parent 6ff2089 commit eb07567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fud/fud/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ def __init__(self, src, dst, paths):
f"Multiple stage pipelines can transform {src} to {dst}:\n"
+ paths
+ "\nUse the --through flag to select an intermediate stage."
+ " See https://docs.calyxir.org/fud/multiple-paths.html for"
+ " more information."
+ " See https://docs.calyxir.org/running-calyx/fud/multiple-paths.html"
+ " for more information."
)
super().__init__(msg)

Expand Down

0 comments on commit eb07567

Please sign in to comment.