Skip to content

Commit 0769f8a

Browse files
committed
replace broken link URL
1 parent c79952e commit 0769f8a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build/html/articles/cli.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ <h4>sync<a class="headerlink" href="#sync" title="Permalink to this headline">
293293
<h5>Positional Arguments<a class="headerlink" href="#Positional Arguments_repeat2" title="Permalink to this headline"></a></h5>
294294
<dl class="option-list">
295295
<dt><kbd>FILE</kbd></dt>
296-
<dd><p>A tsv file with file locations and metadata to be pushed to Synapse. See <a class="reference external" href="https://python-docs.synapse.org/build/html/synapseutils.html#synapseutils.sync.syncToSynapse">https://python-docs.synapse.org/build/html/synapseutils.html#synapseutils.sync.syncToSynapse</a> for details on the format of a manifest.</p>
296+
<dd><p>A tsv file with file locations and metadata to be pushed to Synapse. See <a class="reference external" href="https://python-docs.synapse.org/build/html/articles/synapseutils.html?highlight=synapseutils#synapseutils.sync.syncToSynapse">https://python-docs.synapse.org/build/html/articles/synapseutils.html?highlight=synapseutils#synapseutils.sync.syncToSynapse</a> for details on the format of a manifest.</p>
297297
</dd>
298298
</dl>
299299
</section>

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)