Skip to content
Merged
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 docs/guides/getting-started/org-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 4

# Per-Org Mode

> **Planned deprecation.** Per-org installation mode will be deprecated in favor of per-repo installation ([ADR 0044](../../ADRs/0044-deprecate-per-org-installation-mode.md)). New installations should use the [per-repo Getting Started guides](../getting-started/). Existing per-org installations continue to work and are fully supported during the transition.
> **Planned deprecation.** Per-org installation mode will be deprecated in favor of per-repo installation ([ADR 0044](../../ADRs/0044-deprecate-per-org-installation-mode.md)). New installations should use the [per-repo Getting Started guides](README.md). Existing per-org installations continue to work and are fully supported during the transition.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[low] documentation-link-pattern-inconsistency

Within the getting-started directory, operations.md (lines 7, 154) uses ../getting-started/ to link back to the same directory index, while org-mode.md (after this PR) and configuring-github.md (line 11) use README.md. Both resolve to the same target, but the style is inconsistent among sibling files.

Suggested fix: Update operations.md lines 7 and 154 to use README.md instead of ../getting-started/ since the file is already inside the getting-started directory.


The goal of this document is that you install Fullsend for your whole
GitHub organization, so different repositories share inference and infrastructure.
Expand Down
Loading