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

Update old docs links #465

Merged
merged 1 commit into from
Mar 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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.

Loading