Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix dead links #182

Merged
merged 2 commits into from
Nov 25, 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
1 change: 0 additions & 1 deletion docs/src/guides/running-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,4 @@ npx launchpad monitor start
## Next Steps

- Learn about [content management](./fetching-content.md)
- Explore [system configuration](./configuring-windows.md)
- Read the [monitor reference](../reference/monitor/index.md) for detailed API documentation
4 changes: 2 additions & 2 deletions docs/src/reference/content/content-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Configuration for managing content sources, plugins, and file handling settings.

A list of content source options that defines where content is downloaded from. You can configure multiple sources and use different source types simultaneously. Each source can be either a direct ContentSource object or a Promise that resolves to a ContentSource.

For detailed source configuration options, see [Sources Reference](./sources).
For detailed source configuration options, see [Sources Reference](./sources/index.md).

### `plugins`

Expand All @@ -20,7 +20,7 @@ For detailed source configuration options, see [Sources Reference](./sources).

A list of content transformation plugins that process content after download. Plugins can modify, analyze, or enhance content before final output.

See [Content Plugin Reference](./content-plugins) for available plugins and usage.
See [Content Plugin Reference](./content-plugins/index.md) for available plugins and usage.

### `downloadPath`

Expand Down
2 changes: 1 addition & 1 deletion docs/src/reference/content/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Helpers for retrieving the download, temp, and backup path. If no `source` is pa

### `logger`

A plugin-specific logger. See [Log Manager](../../shared/log-manager.md) for more info.
A plugin-specific logger.

### `abortSignal`

Expand Down