Skip to content

Commit 348f8c1

Browse files
author
Julien Debon
committed
Fix relative links to absolute ones instead
1 parent 23637cc commit 348f8c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/contributing/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ $ cabal run haskell-language-server:func-test -- -p "hlint enables"
113113

114114
## Using HLS on HLS code
115115

116-
[HLS project configuration guidelines](../configuration.md#configuring-your-project-build) also apply to the HLS project itself.
116+
[HLS project configuration guidelines](https://haskell-language-server.readthedocs.io/en/latest/configuration.html#configuring-your-project-build) also apply to the HLS project itself.
117117

118118
Note: HLS implicitly detects HLS codebase as a Stack project (see [hie-bios implicit configuration documentation](https://github.com/haskell/hie-bios/blob/master/README.md#implicit-configuration)).
119119
If you want HLS to use Cabal, you need to create an `hie.yaml` file:
@@ -196,7 +196,7 @@ If you don't want to use [nix](https://nixos.org/guides/install-nix.html), you c
196196

197197
## Introduction tutorial
198198

199-
See the [tutorial](./plugin-tutorial.md) on writing a plugin in HLS.
199+
See the [tutorial](https://haskell-language-server.readthedocs.io/en/latest/contributing/plugin-tutorial.html) on writing a plugin in HLS.
200200

201201
## Adding support for a new editor
202202

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
You can watch demos for some of these features [below](#demos).
44

55
- Warning and error diagnostics from GHC
6-
- Type information and documentation on hover, [including your own comments](./configuration.md#how-to-show-local-documentation-on-hover).
6+
- Type information and documentation on hover, [including your own comments](https://haskell-language-server.readthedocs.io/en/latest/configuration.html#how-to-show-local-documentation-on-hover).
77
- Jump to definition: [for now only for local code definitions](https://github.com/haskell/haskell-language-server/issues/708)
88
- Document symbols
99
- Highlight references in document

install/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# hls-install
22

33
This directory contains the `hls-install` project, an Haskell Language Server installer.
4-
It is used when [installing from sources](../docs/installation.md#building).
4+
It is used when [installing from sources](https://haskell-language-server.readthedocs.io/en/latest/installation.html#building).
55

66
Unlike other subdirectories (e.g. `hls-graph` or `ghcide`), this is not another package of the HLS project, but another project entirely (with another `stack.yaml`, another `cabal.project`, etc.). It just so happens to be in a subdirectory of HLS project for convenience, as this is tightly related to HLS.
77

0 commit comments

Comments
 (0)