Skip to content

Commit

Permalink
Fix markup typo (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
porridge authored May 23, 2024
1 parent 456e209 commit cced8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Infra (the server) and infractl (the cli) are written in Go, and use gRPC for
client-server communication. The UI uses a React/Typescript/Yarn toolchain (see
(ui/README.md)[ui/README.md]).
[ui/README.md](ui/README.md)).

While a development workflow can be achieved using a locally installed
toolchain, it is also possible to rely on CI. CI will lint, build and push the
Expand Down

0 comments on commit cced8c3

Please sign in to comment.