Skip to content

Commit

Permalink
update links for monodocs (#465)
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <nikki@union.ai>
  • Loading branch information
neverett committed Mar 4, 2024
1 parent 6488cc8 commit 559a47a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Expand Up @@ -79,7 +79,7 @@ brews:

# Your app's homepage.
# Default is empty.
homepage: "https://docs.flyte.org/projects/flytectl"
homepage: "https://docs.flyte.org/en/latest/flytectl/docs_index.html"

# Your app's description.
# Default is empty.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@
<h3 align="center">
<a href="https://flytectl.rtfd.io">Documentation</a>
<span> · </span>
<a href="https://docs.flyte.org/projects/flytectl/en/stable/contribute.html">Contribution Guide</a>
<a href="https://docs.flyte.org/en/latest/flytectl/contribute.html">Contribution Guide</a>
</h3>
</html>

Expand Down
4 changes: 2 additions & 2 deletions cmd/update/launch_plan.go
Expand Up @@ -18,12 +18,12 @@ import (
const (
updateLPShort = "Updates launch plan status"
updateLPLong = `
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:
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:
::
flytectl update launchplan -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --version v1 --activate
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:
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:
::
flytectl update launchplan -p flytesnacks -d development core.control_flow.merge_sort.merge_sort --version v1 --deactivate
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -205,7 +205,7 @@
# -- Options for intersphinx -------------------------------------------------
# intersphinx configuration
intersphinx_mapping = {
"flyteidl": ("https://docs.flyte.org/projects/flyteidl/en/latest", None),
"flyteidl": ("https://docs.flyte.org/en/latest/reference_flyteidl.html", None),
"flyte": ("https://docs.flyte.org/en/latest", None),
}

Expand Down
4 changes: 2 additions & 2 deletions docs/source/gen/flytectl_update_launchplan.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/source/overview.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 559a47a

Please sign in to comment.