From f45f3dea096eca5b2867f37c6060d1bf7626baf1 Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Mon, 22 Jul 2024 11:29:03 -0400 Subject: [PATCH] 21978: Streamline replace_files cross-reference markup If we're linking to the section anyway, we can use less words and not worry about whether it's "above" or "below." Arvados-DCO-1.1-Signed-off-by: Brett Smith --- doc/api/methods/collections.html.textile.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/methods/collections.html.textile.liquid b/doc/api/methods/collections.html.textile.liquid index 77a8471bd7..c7fed8301c 100644 --- a/doc/api/methods/collections.html.textile.liquid +++ b/doc/api/methods/collections.html.textile.liquid @@ -216,7 +216,7 @@ table(table table-bordered table-condensed). |collection|object||query|| |replace_files|object|Initialize files and directories with new content and/or content from other collections|query|| -The new collection's content can be initialized by providing a @manifest_text@ key in the provided @collection@ object, or by using the @replace_files@ option (see "replace_files":#replace_files above). +The new collection's content can be initialized by providing a @manifest_text@ key in the provided @collection@ object, or by "using the @replace_files@ option":#replace_files. h3(#delete). delete @@ -293,7 +293,7 @@ table(table table-bordered table-condensed). |collection|object||query|| |replace_files|object|Add, delete, and replace files and directories with new content and/or content from other collections|query|| -The collection's existing content can be replaced entirely by providing a @manifest_text@ key in the provided @collection@ object, or updated in place by using the @replace_files@ option (see "replace_files":#replace_files above). +The collection's existing content can be replaced entirely by providing a @manifest_text@ key in the provided @collection@ object, or updated in place by "using the @replace_files@ option":#replace_files. h3(#untrash). untrash -- 2.39.5