Skip to content

Commit a3be7ab

Browse files
committed
Fix bad slug
Signed-off-by: Dj Walker-Morgan <[email protected]>
1 parent f094ac8 commit a3be7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advocacy_docs/edb-postgres-ai/ai-accelerator/pgfs/functions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For example, you can create a storage location with options and credentials like
3232
select pgfs.create_storage_location('my_storage', 's3://my_private_bucket', null, '{"region": "eu-west"}'::JSONB, '{"access_key_id": "youraccesskeyid", "secret_access_key":"yoursecretaccesskey"}'::JSONB);
3333
```
3434

35-
Once you have created a storage location, you can use it to create foreign tables and access files in the external file system. To use it with aidb, you will need to create a volume from the storage location. To do that see [creating a volume](../retrievers/usage#creating_a_new_volume) documentation.
35+
Once you have created a storage location, you can use it to create foreign tables and access files in the external file system. To use it with aidb, you will need to create a volume from the storage location. To do that see [creating a volume](../retrievers/usage#creating-a-new-volume) documentation.
3636

3737
### Listing storage locations
3838

0 commit comments

Comments
 (0)