We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b2bc10 + 57f70ca commit f2a4a40Copy full SHA for f2a4a40
1 file changed
synapseclient/__main__.py
@@ -937,7 +937,7 @@ def build_parser():
937
type=argparse.FileType("r"),
938
help=(
939
"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 "
+ "See https://python-docs.synapse.org/build/html/articles/synapseutils.html?highlight=synapseutils#synapseutils.sync.syncToSynapse"
941
"for details on the format of a manifest."
942
),
943
)
0 commit comments