Skip to content

Commit

Permalink
fix: Correct tutorial links in File Service swagger docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rstyan committed Feb 3, 2025
1 parent a617d03 commit 355558a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/file-service/swagger.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
description: `ADSP's _File Service_ is one that you can use for storing and managing file-based data.
From uploading end-user documentation to storing content for presentation, the service gives you massively scalable,
secure, storage for your data. Based on Microsoft's Azure Blob Storage and, coupled with our
[File Type collections](/adsp-monorepo/tutorials/file-service/file-types.html), the file service gives you full control
[File Type collections](https://govalta.github.io/adsp-monorepo/tutorials/file-service/file-types.html), the file service gives you full control
over who has access to your data, and who doesn't.
The service provides APIs that allow you to:
Expand All @@ -21,7 +21,7 @@ The service provides APIs that allow you to:
- Search for files
- Download files as streams
For more information see the [File Service tutorial](/adsp-monorepo/tutorials/file-service/introduction.html).`,
For more information see the [File Service tutorial](https://govalta.github.io/adsp-monorepo/tutorials/file-service/introduction.html).`,
},
tags: [
{
Expand Down

0 comments on commit 355558a

Please sign in to comment.