🌐 AI搜索 & 代理 主页
Skip to content

Commit 96db33f

Browse files
committed
Use normal URLs in docs
Remove backticks around URLs in README and CLI documentation.
1 parent 6efe971 commit 96db33f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ curl -o postgres_ai https://gitlab.com/postgres-ai/postgres_ai/-/raw/main/postgr
143143
&& chmod +x postgres_ai
144144
```
145145

146-
Now, start it and wait for a few minutes. To obtain a PostgresAI access token for your organization, visit `https://console.postgres.ai` (`Your org name → Manage → Access tokens`):
146+
Now, start it and wait for a few minutes. To obtain a PostgresAI access token for your organization, visit https://console.postgres.ai (`Your org name → Manage → Access tokens`):
147147

148148
```bash
149149
# Production setup with your access token

cli/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -208,20 +208,20 @@ Base URL resolution order:
208208
1. Command-line option (`--api-base-url`)
209209
2. Environment variable (`PGAI_API_BASE_URL`)
210210
3. User config file `baseUrl` (`~/.config/postgresai/config.json`)
211-
4. Default: `https://postgres.ai/api/general/`
211+
4. Default: https://postgres.ai/api/general/
212212
- UI base URL (`uiBaseUrl`):
213213
1. Command-line option (`--ui-base-url`)
214214
2. Environment variable (`PGAI_UI_BASE_URL`)
215-
3. Default: `https://console.postgres.ai`
215+
3. Default: https://console.postgres.ai
216216

217217
Normalization:
218218
- A single trailing `/` is removed to ensure consistent path joining.
219219

220220
### Environment variables
221221

222222
- `PGAI_API_KEY` - API key for PostgresAI services
223-
- `PGAI_API_BASE_URL` - API endpoint for backend RPC (default: `https://postgres.ai/api/general/`)
224-
- `PGAI_UI_BASE_URL` - UI endpoint for browser routes (default: `https://console.postgres.ai`)
223+
- `PGAI_API_BASE_URL` - API endpoint for backend RPC (default: https://postgres.ai/api/general/)
224+
- `PGAI_UI_BASE_URL` - UI endpoint for browser routes (default: https://console.postgres.ai)
225225

226226
### CLI options
227227

@@ -255,7 +255,7 @@ pgai auth --debug \
255255
```
256256

257257
Notes:
258-
- If `PGAI_UI_BASE_URL` is not set, the default is `https://console.postgres.ai`.
258+
- If `PGAI_UI_BASE_URL` is not set, the default is https://console.postgres.ai.
259259

260260
## Requirements
261261

@@ -264,5 +264,5 @@ Notes:
264264

265265
## Learn more
266266

267-
- Documentation: `https://postgres.ai/docs`
268-
- Issues: `https://gitlab.com/postgres-ai/postgres_ai/-/issues`
267+
- Documentation: https://postgres.ai/docs
268+
- Issues: https://gitlab.com/postgres-ai/postgres_ai/-/issues

0 commit comments

Comments
 (0)