Skip to content

Commit

Permalink
Fix buggy md syntax in technical-overview.md (#221)
Browse files Browse the repository at this point in the history
## Ticket

Resolves linter complaint:
```
  ERROR: 1 dead links found!
  [✖] alembic-src → Status: 400
```

## Changes

Use square brackets, not parentheses.

## Context for reviewers

> Testing instructions, background context, more in-depth details of the
implementation, and anything else you'd like to call out or ask
reviewers.

## Testing

The markdown linter should not cause this error.
  • Loading branch information
yoomlam authored Jan 22, 2024
1 parent bc26f0f commit b34be60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/app/technical-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ generally preferred.
- [OpenAPI Specification][oas-docs]
- [API Flask][apiflask-home] ([source code][apiflask-src])
- [SQLAlchemy][sqlalchemy-home] ([source code][sqlalchemy-src])
- [Alembic][alembic-home] ([source code](alembic-src))
- [Alembic][alembic-home] ([source code][alembic-src])
- [pydantic][pydantic-home] ([source code][pydantic-src])
- [poetry](https://python-poetry.org/docs/) - Python dependency management

Expand Down Expand Up @@ -57,4 +57,4 @@ function that is run to do the authentication.
n/a - Specific user authorization is not yet implemented for this API.

### Database diagram
n/a - Database diagrams are not yet available for this application.
n/a - Database diagrams are not yet available for this application.

0 comments on commit b34be60

Please sign in to comment.