docs(fortls): update linke of fortls (#3258)

This commit is contained in:
Leon 2024-08-06 16:11:56 +10:00 committed by GitHub
parent 81a19de189
commit 8933773bb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,7 +17,7 @@ return {
},
docs = {
description = [[
https://github.com/gnikit/fortls
https://fortls.fortran-lang.org/index.html
fortls is a Fortran Language Server, the server can be installed via pip
@ -27,7 +27,7 @@ pip install fortls
Settings to the server can be passed either through the `cmd` option or through
a local configuration file e.g. `.fortls`. For more information
see the `fortls` [documentation](https://gnikit.github.io/fortls/options.html).
see the `fortls` [documentation](https://fortls.fortran-lang.org/options.html).
]],
default_config = {
root_dir = [[root_pattern(".fortls")]],