Skip to content

Commit 5f311d4

Browse files
committed
docs: update links to website
1 parent d41f082 commit 5f311d4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
### Useful Tools
5353

5454
<p align="left">
55-
<a href="https://gnikit.github.io/fortls"><img src="assets/png/readme.fortls.png"/></a>
55+
<a href="https://fortls.fortran-lang.org"><img src="assets/png/readme.fortls.png"/></a>
5656
<a href="https://fpm.fortran-lang.org"><img src="assets/png/readme.fpm.png"/></a>
5757
<a href="https://github.com/fortran-lang/stdlib"><img src="assets/png/readme.stdlib.png"/></a>
5858
</p>
@@ -74,7 +74,7 @@ to the `fortls` location by setting
7474
```
7575

7676
For more about the Language Server's capabilities please refer to the
77-
[documentation](https://gnikit.github.io/fortls/) of `fortls`.
77+
[documentation](https://fortls.fortran-lang.org/) of `fortls`.
7878

7979
## Linting
8080

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
"fortran.fortls.configure": {
402402
"type": "string",
403403
"default": "",
404-
"markdownDescription": "Filename holding additional configuration options. For more see: https://gnikit.github.io/fortls/options.html#configuration-using-a-file.",
404+
"markdownDescription": "Filename holding additional configuration options. For more see: https://fortls.fortran-lang.org/options.html#configuration-using-a-file.",
405405
"order": 20
406406
},
407407
"fortran.fortls.notifyInit": {
@@ -440,7 +440,7 @@
440440
"type": "string"
441441
},
442442
"default": [],
443-
"markdownDescription": "Parse additional file extensions to the default (**default**: `F,F77,F90,F95,F03,F08,FOR,FPP` (lower & upper casing)) (**fortls arg: `incl_suffixes`**). For more read the [documentation](https://gnikit.github.io/fortls/options.html#incl-suffixes).",
443+
"markdownDescription": "Parse additional file extensions to the default (**default**: `F,F77,F90,F95,F03,F08,FOR,FPP` (lower & upper casing)) (**fortls arg: `incl_suffixes`**). For more read the [documentation](https://fortls.fortran-lang.org/options.html#incl-suffixes).",
444444
"order": 61
445445
},
446446
"fortran.fortls.directories": {
@@ -449,7 +449,7 @@
449449
"type": "string"
450450
},
451451
"default": [],
452-
"markdownDescription": "Folders containing source files (**default: `['./**']`**), (**fortls arg: `source_dirs`**). For more read the [documentation](https://gnikit.github.io/fortls/options.html#source-dirs).",
452+
"markdownDescription": "Folders containing source files (**default: `['./**']`**), (**fortls arg: `source_dirs`**). For more read the [documentation](https://fortls.fortran-lang.org/options.html#source-dirs).",
453453
"order": 62
454454
},
455455
"fortran.fortls.excludeSuffixes": {
@@ -458,7 +458,7 @@
458458
"type": "string"
459459
},
460460
"default": [],
461-
"markdownDescription": "Source file extensions to be excluded (**fortls arg: `excl_suffixes`**). For more read the [documentation](https://gnikit.github.io/fortls/options.html#excl-suffixes).",
461+
"markdownDescription": "Source file extensions to be excluded (**fortls arg: `excl_suffixes`**). For more read the [documentation](https://fortls.fortran-lang.org/options.html#excl-suffixes).",
462462
"order": 63
463463
},
464464
"fortran.fortls.excludeDirectories": {
@@ -467,7 +467,7 @@
467467
"type": "string"
468468
},
469469
"default": [],
470-
"markdownDescription": "Folders to exclude from parsing (**fortls arg: `excl_paths`**). For more read the [documentation](https://gnikit.github.io/fortls/options.html#excl-paths).",
470+
"markdownDescription": "Folders to exclude from parsing (**fortls arg: `excl_paths`**). For more read the [documentation](https://fortls.fortran-lang.org/options.html#excl-paths).",
471471
"order": 64
472472
},
473473
"fortran.fortls.preprocessor.suffixes": {
@@ -476,7 +476,7 @@
476476
"type": "string"
477477
},
478478
"default": [],
479-
"markdownDescription": "File extensions to be parsed **ONLY** for preprocessor commands (**default**: all uppercase source file suffixes) (**fortls arg: `pp_suffixes`**). By default preprocessor definitions are parsed for all Fortran source files with uppercase extensions e.g. `.F90`, `.F`, `.F08`, etc.. However, the default behaviour can be overridden by defining `pp_defs`. For more read the [documentation](https://gnikit.github.io/fortls/options.html#pp-suffixes).",
479+
"markdownDescription": "File extensions to be parsed **ONLY** for preprocessor commands (**default**: all uppercase source file suffixes) (**fortls arg: `pp_suffixes`**). By default preprocessor definitions are parsed for all Fortran source files with uppercase extensions e.g. `.F90`, `.F`, `.F08`, etc.. However, the default behaviour can be overridden by defining `pp_defs`. For more read the [documentation](https://fortls.fortran-lang.org/options.html#pp-suffixes).",
480480
"order": 65
481481
},
482482
"fortran.fortls.preprocessor.directories": {
@@ -485,15 +485,15 @@
485485
"type": "string"
486486
},
487487
"default": [],
488-
"markdownDescription": "Folders containing preprocessor files with extensions `pp_suffixes` (**fortls arg: `include_dirs`**). Understands Python glob patterns. By default `fortls` will scan the project’s directories for files with extensions `pp_suffixes` to parse for **preprocessor definitions**. However, if the preprocessor files are external to the project, their locations can be specified via `include_dirs`. For more read the [documentation](https://gnikit.github.io/fortls/options.html#include-dirs).",
488+
"markdownDescription": "Folders containing preprocessor files with extensions `pp_suffixes` (**fortls arg: `include_dirs`**). Understands Python glob patterns. By default `fortls` will scan the project’s directories for files with extensions `pp_suffixes` to parse for **preprocessor definitions**. However, if the preprocessor files are external to the project, their locations can be specified via `include_dirs`. For more read the [documentation](https://fortls.fortran-lang.org/options.html#include-dirs).",
489489
"order": 66
490490
},
491491
"fortran.fortls.preprocessor.definitions": {
492492
"type": "object",
493493
"additionalProperties": {
494494
"type": "string"
495495
},
496-
"markdownDescription": "A dictionary of preprocessor definitions. (**fortls arg: `pp_defs`**). Preprocessor definitions are normally included via `include_dirs`. For more read the [documentation](https://gnikit.github.io/fortls/options.html#pp-defs).",
496+
"markdownDescription": "A dictionary of preprocessor definitions. (**fortls arg: `pp_defs`**). Preprocessor definitions are normally included via `include_dirs`. For more read the [documentation](https://fortls.fortran-lang.org/options.html#pp-defs).",
497497
"order": 67
498498
},
499499
"fortran.fortls.disableDiagnostics": {
@@ -520,7 +520,7 @@
520520
"type": "string"
521521
},
522522
"default": [],
523-
"markdownDescription": "Additional arguments for the `fortls`. For more see: https://gnikit.github.io/fortls/options.html#configuration-using-the-command-line",
523+
"markdownDescription": "Additional arguments for the `fortls`. For more see: https://fortls.fortran-lang.org/options.html#configuration-using-the-command-line",
524524
"order": 110
525525
},
526526
"fortran.fortls.disableAutoupdate": {

0 commit comments

Comments
 (0)