Skip to content

Commit 967bba4

Browse files
authored
* fix broken link in 09-backups.md (#2761)
* fix broken link embedded in `systemd` status command output `041-database-mariadb.md`
1 parent b7aebba commit 967bba4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/books/admin_guide/09-backups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ keys:
543543
**wildcard (wildcard character)**: used to match file or directory names.
544544
**regular expression**: used to match the content of a file.
545545

546-
You can see an introduction with extra detail in [this document](../sed_awk_grep/1_regular _expressions_vs_wildcards.md).
546+
You can see an introduction with extra detail in [this document](../sed_awk_grep/1_regular_expressions_vs_wildcards.md).
547547

548548
## *CoPy Input Output* - `cpio`
549549

docs/books/web_services/041-database-servers-mariadb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ $ sudo systemctl status mariadb
416416
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; preset: disabled)
417417
Active: active (running) since Thu 2024-06-20 11:48:56 CEST; 1min 27s ago
418418
Docs: man:mariadbd(8)
419-
https://mariadb.com/kb/en/library/systemd/
419+
https://mariadb.com
420420
Process: 6538 ExecStartPre=/usr/libexec/mariadb-check-socket (code=exited, status=0/SUCCESS)
421421
Process: 6560 ExecStartPre=/usr/libexec/mariadb-prepare-db-dir mariadb.service (code=exited, status=0/SUCCESS)
422422
Process: 6658 ExecStartPost=/usr/libexec/mariadb-check-upgrade (code=exited, status=0/SUCCESS)

0 commit comments

Comments
 (0)