From 225649f4b8ceb21bb5950d030a7fee800191d43b Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Thu, 30 May 2024 16:39:46 +0100 Subject: [PATCH] Fix example link in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1144c2..5907c97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Added support for completion requests which you can use to query their latest model [codestral](https://mistral.ai/news/codestral/). -See [this example](https://github.com/wilsonsilva/mistral/blob/0.3.0/examples/code_completion.rb) to get started. +See [this example](https://github.com/wilsonsilva/mistral/blob/v0.3.0/examples/code_completion.rb) to get started. ## [0.2.0] - 2024-05-23