fixed link

This commit is contained in:
Paul Gauthier 2024-06-06 15:25:23 -07:00
parent f97ed15dd3
commit f760eacfd6
3 changed files with 4 additions and 1 deletions

View file

@ -7,6 +7,8 @@ WORKDIR /site
# Copy the current directory contents into the container at /srv/jekyll # Copy the current directory contents into the container at /srv/jekyll
COPY website /site COPY website /site
RUN apt-get update && apt-get install libcurl4
# Install any needed packages specified in Gemfile # Install any needed packages specified in Gemfile
RUN bundle install --retry 5 --jobs 20 RUN bundle install --retry 5 --jobs 20

View file

@ -5,3 +5,4 @@ gem 'jekyll-redirect-from'
gem 'jekyll-sitemap' gem 'jekyll-sitemap'
gem "webrick" gem "webrick"
gem 'github-pages', group: :jekyll_plugins gem 'github-pages', group: :jekyll_plugins
gem "html-proofer"

View file

@ -39,7 +39,7 @@ local models that provide an
{: .no_toc } {: .no_toc }
Check Check
[Aider's LLM leaderboards](/docs/llms/https://aider.chat/docs/leaderboards/) [Aider's LLM leaderboards](https://aider.chat/docs/leaderboards/)
to see which models work best with aider. to see which models work best with aider.
Be aware that aider may not work well with less capable models. Be aware that aider may not work well with less capable models.