Skip to content

Commit f2a4a40

Browse files
authored
Merge pull request #989 from Sage-Bionetworks/bwmac/SYNPY-1283/fix-broken-link
[SYNPY-1283] Replace Broken Link URL
2 parents 2b2bc10 + 57f70ca commit f2a4a40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

synapseclient/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ def build_parser():
937937
type=argparse.FileType("r"),
938938
help=(
939939
"A tsv file with file locations and metadata to be pushed to Synapse. "
940-
"See https://python-docs.synapse.org/build/html/synapseutils.html#synapseutils.sync.syncToSynapse "
940+
"See https://python-docs.synapse.org/build/html/articles/synapseutils.html?highlight=synapseutils#synapseutils.sync.syncToSynapse"
941941
"for details on the format of a manifest."
942942
),
943943
)

0 commit comments

Comments
 (0)