From 443c8d3ee958f17fa8530bb86fed2f7de661a0f5 Mon Sep 17 00:00:00 2001 From: Alan Cooney <41682961+alan-cooney@users.noreply.github.com> Date: Thu, 20 Jun 2024 06:48:07 +0100 Subject: [PATCH] Add links to the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f028af..384799a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Mechanistic Interpretability visualizations, that work both in both Python (e.g. with [Jupyter Lab](https://jupyter.org/)) and JavaScript (e.g. [React](https://reactjs.org/) or plain HTML). -View them all at https://alan-cooney.github.io/CircuitsVis +View them all at [https://transformerlensorg.github.io/CircuitsVis](https://transformerlensorg.github.io/CircuitsVis) ## Use @@ -28,7 +28,7 @@ yarn add circuitsvis ### Add visualizations You can use any of the components from the [demo -page](https://alan-cooney.github.io/CircuitsVis). These show the source code for +page](https://transformerlensorg.github.io/CircuitsVis). These show the source code for use with React, and for Python you can instead import the function with the same name.