Fix certain paths in the docs containing spaces when the shouldn't (#3276)

This addresses issue #3275
This commit is contained in:
Mitchell Hashimoto
2024-12-26 19:59:38 -08:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

View File

@ -73,11 +73,11 @@ const ThemeListElement = struct {
/// ///
/// The second directory is the `themes` subdirectory of the Ghostty resources /// The second directory is the `themes` subdirectory of the Ghostty resources
/// directory. Ghostty ships with a multitude of themes that will be installed /// directory. Ghostty ships with a multitude of themes that will be installed
/// into this directory. On macOS, this directory is the `Ghostty.app/Contents/ /// into this directory. On macOS, this directory is the
/// Resources/ghostty/themes`. On Linux, this directory is the `share/ghostty/ /// `Ghostty.app/Contents/Resources/ghostty/themes`. On Linux, this directory
/// themes` (wherever you installed the Ghostty "share" directory). If you're /// is the `share/ghostty/themes` (wherever you installed the Ghostty "share"
/// running Ghostty from the source, this is the `zig-out/share/ghostty/themes` /// directory). If you're running Ghostty from the source, this is the
/// directory. /// `zig-out/share/ghostty/themes` directory.
/// ///
/// You can also set the `GHOSTTY_RESOURCES_DIR` environment variable to point /// You can also set the `GHOSTTY_RESOURCES_DIR` environment variable to point
/// to the resources directory. /// to the resources directory.

View File

@ -351,10 +351,10 @@ const c = @cImport({
/// ///
/// The second directory is the `themes` subdirectory of the Ghostty resources /// The second directory is the `themes` subdirectory of the Ghostty resources
/// directory. Ghostty ships with a multitude of themes that will be installed /// directory. Ghostty ships with a multitude of themes that will be installed
/// into this directory. On macOS, this list is in the `Ghostty.app/Contents/ /// into this directory. On macOS, this list is in the
/// Resources/ghostty/themes` directory. On Linux, this list is in the `share/ /// `Ghostty.app/Contents/Resources/ghostty/themes` directory. On Linux, this
/// ghostty/themes` directory (wherever you installed the Ghostty "share" /// list is in the `share/ghostty/themes` directory (wherever you installed the
/// directory. /// Ghostty "share" directory.
/// ///
/// To see a list of available themes, run `ghostty +list-themes`. /// To see a list of available themes, run `ghostty +list-themes`.
/// ///