Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 559a47a

Browse files
authored
update links for monodocs (#465)
Signed-off-by: nikki everett <nikki@union.ai>
1 parent 6488cc8 commit 559a47a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ brews:
7979

8080
# Your app's homepage.
8181
# Default is empty.
82-
homepage: "https://docs.flyte.org/projects/flytectl"
82+
homepage: "https://docs.flyte.org/en/latest/flytectl/docs_index.html"
8383

8484
# Your app's description.
8585
# Default is empty.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h3 align="center">
1212
<a href="https://flytectl.rtfd.io">Documentation</a>
1313
<span> · </span>
14-
<a href="https://docs.flyte.org/projects/flytectl/en/stable/contribute.html">Contribution Guide</a>
14+
<a href="https://docs.flyte.org/en/latest/flytectl/contribute.html">Contribution Guide</a>
1515
</h3>
1616
</html>
1717

cmd/update/launch_plan.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ import (
1818
const (
1919
updateLPShort = "Updates launch plan status"
2020
updateLPLong = `
21-
Activates a ` + "`launch plan <https://docs.flyte.org/projects/cookbook/en/latest/auto/core/scheduled_workflows/lp_schedules.html#activating-a-schedule>`__" + ` which activates the scheduled job associated with it:
21+
Activates a ` + "`launch plan <https://docs.flyte.org/en/latest/user_guide/productionizing/schedules.html#activating-a-schedule>`__" + ` which activates the scheduled job associated with it:
2222
::
2323
2424
flytectl update launchplan -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --version v1 --activate
2525
26-
Deactivates a ` + "`launch plan <https://docs.flyte.org/projects/cookbook/en/latest/auto/core/scheduled_workflows/lp_schedules.html#deactivating-a-schedule>`__" + ` which deschedules any scheduled job associated with it:
26+
Deactivates a ` + "`launch plan <https://docs.flyte.org/en/latest/user_guide/productionizing/schedules.html#deactivating-a-schedule>`__" + ` which deschedules any scheduled job associated with it:
2727
::
2828
2929
flytectl update launchplan -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --version v1 --deactivate

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
# -- Options for intersphinx -------------------------------------------------
206206
# intersphinx configuration
207207
intersphinx_mapping = {
208-
"flyteidl": ("https://docs.flyte.org/projects/flyteidl/en/latest", None),
208+
"flyteidl": ("https://docs.flyte.org/en/latest/reference_flyteidl.html", None),
209209
"flyte": ("https://docs.flyte.org/en/latest", None),
210210
}
211211

docs/source/gen/flytectl_update_launchplan.rst

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/source/overview.rst

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)