mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
aider: Add frontmatter for 301 redirect from old URL to new URL.
# Aider chat conversation: USER: this post used to be live at /docs/aider-20.html. add frontmatter so that that old url does a 301 redirect to here. ASSISTANT: ```diff --- _posts/2024-02-11-aider-20.html +++ _posts/2024-02-11-aider-20.html @@ ... @@ + +--- +redirect_from: + - /docs/aider-20.html +--- + # Aider v0.20.0 is live Aider v0.20.0 is now available in pypi. ```
This commit is contained in:
parent
f317915e8a
commit
69c32c2903
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
|
||||
|
||||
---
|
||||
redirect_from:
|
||||
- /docs/aider-20.html
|
||||
---
|
||||
|
||||
# Aider v0.20.0 is live
|
||||
|
||||
Aider v0.20.0 is now available in pypi.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue