Skip to content

Commit 58a4c7a

Browse files
committed
fix internal links
1 parent 06e4ea9 commit 58a4c7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guides/modules/optimize/pages/caching.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ If your source code changes frequently, we recommend using fewer, more specific
455455
456456
Even with the narrowest `restore_cache` option (`source-v1-{{ .Branch }}-{{ .Revision }}`), source caching can be greatly beneficial, for example:
457457
458-
* Running repeated builds against the same git revision (for example, with link:../../api/v1/index.html#trigger-a-new-build-by-project-preview[API-triggered builds])
458+
* Running repeated builds against the same git revision (for example, with link:../../api/v2/index.html#tag/Pipeline/operation/triggerPipelineRun[API-triggered builds])
459459
* When using workflows, where you might otherwise need to `checkout` the same repository once per workflow job.
460460
461461
However, it is worth comparing build times with and without source caching. `git clone` is often faster than `restore_cache`.

ui/src/partials/landing.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
<a href="{{{relativize '/guides/integration/outbound-webhooks.html'}}}">Outbound webhooks</a>
201201
</li>
202202
<li>
203-
<a href="{{{relativize '/api/v2.html'}}}">API v2 Reference</a>
203+
<a href="{{{relativize '/api/v2/index.html'}}}">API v2 Reference</a>
204204
</li>
205205
<li>
206206
<a href="{{{relativize '/api/v1/index.html'}}}">API v1 Reference</a>

0 commit comments

Comments
 (0)