Skip to content

Commit

Permalink
Update the URL for flow docs (fixes 404s) (#781)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirosen authored Jul 14, 2023
1 parent e9d639d commit b7c9e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/globus_sdk/_sphinxext.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def gen_rst(self):
elif service == "gcs":
default_base_url = "https://docs.globus.org/globus-connect-server/v5/api"
elif service == "flows":
default_base_url = "https://globusonline.github.io/flows#tag"
default_base_url = "https://globusonline.github.io/globus-flows#tag"
else:
raise ValueError(f"Unsupported extdoclink service '{service}'")

Expand Down

0 comments on commit b7c9e78

Please sign in to comment.