From 265e71010fd1061330f5800300a09cbbb413eaf6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 11 Feb 2024 07:58:25 -0800 Subject: [PATCH] Make assets/ reference absolute --- docs/benchmarks-0125.md | 2 +- docs/benchmarks-1106.md | 4 ++-- docs/benchmarks.md | 2 +- docs/ctags.md | 2 +- docs/repomap.md | 2 +- docs/unified-diffs.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/benchmarks-0125.md b/docs/benchmarks-0125.md index d45c3329d..3356403b5 100644 --- a/docs/benchmarks-0125.md +++ b/docs/benchmarks-0125.md @@ -1,6 +1,6 @@ # Lazy coding benchmark for gpt-4-0125-preview -[![benchmark results](../assets/benchmarks-0125.svg)](https://aider.chat/assets/benchmarks-0125.svg) +[![benchmark results](/assets/benchmarks-0125.svg)](https://aider.chat/assets/benchmarks-0125.svg) [OpenAI just released a new version of GPT-4 Turbo](https://openai.com/blog/new-embedding-models-and-api-updates). This new model is intended to reduce the "laziness" that has been widely observed with the previous `gpt-4-1106-preview` model: diff --git a/docs/benchmarks-1106.md b/docs/benchmarks-1106.md index 0859a4219..8c0fbcfd7 100644 --- a/docs/benchmarks-1106.md +++ b/docs/benchmarks-1106.md @@ -1,8 +1,8 @@ # Code editing benchmarks for OpenAI's "1106" models -[![benchmark results](../assets/benchmarks-1106.svg)](https://aider.chat/assets/benchmarks-1106.svg) +[![benchmark results](/assets/benchmarks-1106.svg)](https://aider.chat/assets/benchmarks-1106.svg) -[![benchmark results](../assets/benchmarks-speed-1106.svg)](https://aider.chat/assets/benchmarks-speed-1106.svg) +[![benchmark results](/assets/benchmarks-speed-1106.svg)](https://aider.chat/assets/benchmarks-speed-1106.svg) [OpenAI just released new versions of GPT-3.5 and GPT-4](https://openai.com/blog/new-models-and-developer-products-announced-at-devday), and there's a lot diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 43fe9a071..a08f75a8e 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -1,6 +1,6 @@ # GPT code editing benchmarks -[![benchmark results](../assets/benchmarks.svg)](https://aider.chat/assets/benchmarks.svg) +[![benchmark results](/assets/benchmarks.svg)](https://aider.chat/assets/benchmarks.svg) Aider is an open source command line chat tool that lets you work with GPT to edit code in your local git repo. diff --git a/docs/ctags.md b/docs/ctags.md index 3a42a0f60..30ead462e 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -1,7 +1,7 @@ # Improving GPT-4's codebase understanding with ctags -![robot flowchat](../assets/robot-flowchart.png) +![robot flowchat](/assets/robot-flowchart.png) ## Updated diff --git a/docs/repomap.md b/docs/repomap.md index fc8dd5c0b..db552c300 100644 --- a/docs/repomap.md +++ b/docs/repomap.md @@ -1,7 +1,7 @@ # Building a better repository map with tree sitter -![robot flowchat](../assets/robot-ast.png) +![robot flowchat](/assets/robot-ast.png) GPT-4 is extremely useful for "self-contained" coding tasks, like generating or modifying a simple function diff --git a/docs/unified-diffs.md b/docs/unified-diffs.md index 7647e0a3a..7444e1f11 100644 --- a/docs/unified-diffs.md +++ b/docs/unified-diffs.md @@ -1,7 +1,7 @@ # Unified diffs make GPT-4 Turbo less lazy -![robot flowchart](../assets/benchmarks-udiff.svg) +![robot flowchart](/assets/benchmarks-udiff.svg) Aider now asks GPT-4 Turbo to use [unified diffs](#choose-a-familiar-editing-format)