Skip to content

Commit ce9a5f6

Browse files
committed
fix URLs
1 parent a535fba commit ce9a5f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The following editors are supported by installing the corresponding extensions:
106106
107107
- JupyterLab: [jupyterlab-lsp](https://github.com/jupyter-lsp/jupyterlab-lsp)
108108
109-
- [BBEdit](https://www.barebones.com/products/bbedit/download.html): preconfigured in version 14.0 and later; see the [BBEdit LSP support page](https://www.barebones.com/support/bbedit/lsp-notes.html) for complete details.
109+
- [BBEdit](https://www.barebones.com/products/bbedit): preconfigured in version 14.0 and later; see the [BBEdit LSP support page](https://www.barebones.com/support/bbedit/lsp-notes.html) for complete details.
110110
111111
## Services Implemented
112112
@@ -151,7 +151,7 @@ settings | default | description
151151
---- | ----- | -----
152152
`r.lsp.debug` | `false` | increase verbosity for debug purpose
153153
`r.lsp.log_file` | `null` | file to log debug messages, fallback to stderr if empty
154-
`r.lsp.diagnostics` | `true` | enable file diagnostics via [lintr](https://github.com/jimhester/lintr)
154+
`r.lsp.diagnostics` | `true` | enable file diagnostics via [lintr](https://github.com/r-lib/lintr)
155155
`r.lsp.rich_documentation` | `true` | rich documentation with enhanced markdown features
156156
`r.lsp.snippet_support` | `true` | enable snippets in auto completion
157157
`r.lsp.max_completions` | 200 | maximum number of completion items
@@ -171,7 +171,7 @@ will turn off snippet support globally. LSP configuration settings are always ov
171171

172172
### Linters
173173

174-
With [lintr](https://github.com/jimhester/lintr) v2.0.0, the linters can be specified by creating the `.lintr` file at the project or home directory. Details can be found at lintr [documentation](https://github.com/jimhester/lintr#project-configuration).
174+
With [lintr](https://github.com/r-lib/lintr) v2.0.0, the linters can be specified by creating the `.lintr` file at the project or home directory. Details can be found at lintr [documentation](https://github.com/r-lib/lintr#project-configuration).
175175

176176
### Customizing server capabilities
177177

0 commit comments

Comments
 (0)