Skip to content

Commit b1b023d

Browse files
fix broken links in faq.mdx
1 parent f593679 commit b1b023d

File tree

1 file changed

+4
-4
lines changed
  • docs/src/content/docs/reference

1 file changed

+4
-4
lines changed

docs/src/content/docs/reference/faq.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ No, only sessions used for checking code and running tests reserve seats.
5959
| dbLinter CLI | On end of a check command. |
6060
| | On end of a test command. |
6161
| SonarScanner | On end of a check run using the dbLinter SonarQube plugin. |
62-
| dbLinter Repo | On expiration of a session. This is a logical change based on the server time. Session are considered expired when the value of `Valid Until` is in the past. See also [Active Sessions](http://localhost:4321/dbLinter/tools/web-gui/administration/#active-sessions). |
62+
| dbLinter Repo | On expiration of a session. This is a logical change based on the server time. Session are considered expired when the value of `Valid Until` is in the past. See also [Active Sessions](/dbLinter/tools/web-gui/administration/#active-sessions). |
6363

6464
### What is the TTL of a session?
6565

@@ -126,15 +126,15 @@ But we cannot guarantee bug-free code.
126126
### Which components communicate with components outside of my local network?
127127

128128
The language server is the only dbLinter client component that communicates with components outside the local network.
129-
Specifically, it only communicates with the dbLinter [REST-API](http://localhost:4321/dbLinter/reference/architecture/#rest-api).
129+
Specifically, it only communicates with the dbLinter [REST-API](/dbLinter/reference/architecture/#rest-api).
130130

131131
### What client-specific data does dbLinter store outside of the local network?
132132

133133
The following table shows the client-specific data stored by dbLinter.
134134

135135
| Component | Data Group | Details |
136136
| --------- | ---------- | ------- |
137-
| [REST-API](http://localhost:4321/dbLinter/reference/architecture/#rest-api) | Log | Messages on open session, close session, sent emails. May contain data from session group. |
137+
| [REST-API](/dbLinter/reference/architecture/#rest-api) | Log | Messages on open session, close session, sent emails. May contain data from session group. |
138138
| [Repo](/dbLinter/reference/architecture/#repo) | User | Users (email, display name, password hash), tenant roles, access tokens (name, validity period, token hash). |
139139
| | Tenant | Tenants (name, session ttl), subscriptions (plan, validity period, number of seats), rules<sup>1</sup>, validators<sup>1</sup>. |
140140
| | Config | Configs (name, description, include/exclude patterns), ignored test results (identifier, comment), custom parameters, enabled rules, connection infos<sup>2</sup> (name, username, password, jdbc url). |
@@ -155,7 +155,7 @@ The same thing happens when an error occurs when reading the configuration, resu
155155
Check the logs for errors.
156156

157157
Typical root causes are:
158-
- Invalid [Remote Access](http://localhost:4321/dbLinter/tools/vscode/settings/#remote-access) settings.
158+
- Invalid [Remote Access](/dbLinter/tools/vscode/settings/#remote-access) settings.
159159
- Exceeded number of seats.
160160

161161
## Common

0 commit comments

Comments
 (0)