diff --git a/scripts/Dockerfile.jekyll b/scripts/Dockerfile.jekyll index 4786f7974..1ec05ad7e 100644 --- a/scripts/Dockerfile.jekyll +++ b/scripts/Dockerfile.jekyll @@ -7,6 +7,8 @@ WORKDIR /site # Copy the current directory contents into the container at /srv/jekyll COPY website /site +RUN apt-get update && apt-get install libcurl4 + # Install any needed packages specified in Gemfile RUN bundle install --retry 5 --jobs 20 diff --git a/website/Gemfile b/website/Gemfile index 3ce7d6182..bfa6297cf 100644 --- a/website/Gemfile +++ b/website/Gemfile @@ -5,3 +5,4 @@ gem 'jekyll-redirect-from' gem 'jekyll-sitemap' gem "webrick" gem 'github-pages', group: :jekyll_plugins +gem "html-proofer" diff --git a/website/docs/llms.md b/website/docs/llms.md index b6da7ad31..8f0e31450 100644 --- a/website/docs/llms.md +++ b/website/docs/llms.md @@ -39,7 +39,7 @@ local models that provide an {: .no_toc } 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. Be aware that aider may not work well with less capable models.