diff --git a/README.md b/README.md index 7f93b0838..037e9bf68 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Aider is unique in that it [works well with pre-existing, larger codebases](http - [Installation](https://aider.chat/docs/install.html) - [Voice-to-code](https://aider.chat/docs/voice.html) - [FAQ](https://aider.chat/docs/faq.html) +- [Discord](https://discord.gg/Tv2uQnR88V) ## Getting started diff --git a/share/index.md b/share/index.md index 6e71ebf13..9ef901fbc 100644 --- a/share/index.md +++ b/share/index.md @@ -6,8 +6,7 @@ created using aider. Aider is a command line tool that lets you pair program with GPT-3.5 or GPT-4, to edit code stored in your local git repository. - -## Shared chat transcript +The transcript is based on this chat transcript data.
@@ -42,6 +41,7 @@ window.onload = function() { if (!conv) { return; } + document.getElementById('mdurl').href = conv; // Check if the URL is a non-raw GitHub gist var gistRegex = /^https:\/\/gist\.github\.com\/([^\/]+)\/([a-f0-9]+)$/; var match = gistRegex.exec(conv);