diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a60092..c1c0ae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.5.1](https://github.com/inference-gateway/docs/compare/0.5.0...0.5.1) (2025-08-28) + +### 🐛 Bug Fixes + +* Update UI access link to use markdown formatting ([6909519](https://github.com/inference-gateway/docs/commit/690951997855fa89968bf9f0e2e844b7ddba3a1a)) + ## [0.5.0](https://github.com/inference-gateway/docs/compare/0.4.10...0.5.0) (2025-08-28) ### ✨ Features diff --git a/markdown/deployment.mdx b/markdown/deployment.mdx index d479864..962bda4 100644 --- a/markdown/deployment.mdx +++ b/markdown/deployment.mdx @@ -195,7 +195,7 @@ If you haven't configured ingress, you can use port forwarding: kubectl port-forward -n inference-gateway svc/inference-gateway-ui 3000:80 ``` -Then access the UI at +Then access the UI at [http://localhost:3000](http://localhost:3000) ## Upgrading