Skip to content

Commit

Permalink
Spellcheck issue, linkcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanStS committed Nov 1, 2024
1 parent 4b27602 commit 280a5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/software/file_servers.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Network file system server.

The example output gives that NFS v3 is not active (-3) whereas NFS v4 is active (+4 +4.1 +4.2).

To re-enable NFS v3 again, the entry "vers3=y" can be used, or the complete file `/etc/nfs.conf.d/00-dietpi.conf` can be deleted (also restarting the `nfs-kernel-server` service afterwards).
To re-enable NFS v3 again, the entry `vers3=y` can be used, or the complete file `/etc/nfs.conf.d/00-dietpi.conf` can be deleted (also restarting the `nfs-kernel-server` service afterwards).

***

Expand Down
2 changes: 1 addition & 1 deletion docs/software/webserver_stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ Flask is a lightweight web application framework. It is designed to make getting
***

Website: <https://palletsprojects.com/p/flask>
Official documentation: <https://flask.palletsprojects.com/en/1.1.x>
Official documentation: <https://flask.palletsprojects.com/en/stable/>
PyPI package page: <https://pypi.org/project/Flask>

### Node.js
Expand Down

0 comments on commit 280a5bb

Please sign in to comment.