diff --git a/README.md b/README.md
index 4955dba2..9cea31ad 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# Trace Debugger
-[](https://github.com/hpi-swa-lab/squeak-tracedebugger/actions/workflows/tests.yml)
-[](https://coveralls.io/github/hpi-swa-lab/squeak-tracedebugger)
-[](https://hpi-swa-lab.github.io/squeak-tracedebugger/dev/bench/)
-[](https://github.com/hpi-swa-lab/squeak-tracedebugger/actions/workflows/build.yml)
+[](https://github.com/LinqLover/squeak-tracedebugger/actions/workflows/tests.yml)
+[](https://coveralls.io/github/LinqLover/squeak-tracedebugger)
+[](https://LinqLover.github.io/squeak-tracedebugger/dev/bench/)
+[](https://github.com/LinqLover/squeak-tracedebugger/actions/workflows/build.yml)
A lightweight and efficient back-in-time debugger for [Squeak](http://squeak.org/) to trace and retrace past method invocations and state changes.
Powered by [SimulationStudio](https://github.com/LinqLover/SimulationStudio).
@@ -18,25 +18,25 @@ Key features:
- **Snapshot inspectors/explorers** for objects during debugging
-
+
-Fun fact: All screenshots are CI-generated. Find all other screenshots here.
+Fun fact: All screenshots are CI-generated. Find all other screenshots here.
Read the [exposé](./docs/exposé.md) and the [product visions](./docs/product-visions.md) for more details about the aims and USPs of this project.
In the [`studies`](./studies/) folders, you can also find the documentation of all experiments that have been conducted so far.
-There are many open interesting [issues](https://github.com/hpi-swa-lab/squeak-tracedebugger/issues) for future work.
+There are many open interesting [issues](https://github.com/LinqLover/squeak-tracedebugger/issues) for future work.
## Installation
-We offer a pre-configured all-in-one image. Please go to the [releases section](https://github.com/hpi-swa-lab/squeak-tracedebugger/releases), download and extract the latest `TraceDebugger-*.zip` archive, and execute it.
+We offer a pre-configured all-in-one image. Please go to the [releases section](https://github.com/LinqLover/squeak-tracedebugger/releases), download and extract the latest `TraceDebugger-*.zip` archive, and execute it.
To install the TraceDebugger manually, evaluate the following in a workspace:
```smalltalk
Metacello new
baseline: 'TraceDebugger';
- repository: 'github://hpi-swa-lab/squeak-tracedebugger';
+ repository: 'github://LinqLover/squeak-tracedebugger';
get;
load.
```
@@ -49,7 +49,7 @@ To install updates, evaluate the following:
TraceDebugger selfUpdate.
```
-(You can also do this via the [window menu ](https://github.com/hpi-swa-lab/squeak-tracedebugger/blob/gh-pages/screenshots/windowMenu.png) of every trace debugger.)
+(You can also do this via the [window menu ](https://github.com/LinqLover/squeak-tracedebugger/blob/gh-pages/screenshots/windowMenu.png) of every trace debugger.)
## Usage
@@ -59,7 +59,7 @@ For a quick start, open a normal expression in a debugger and press the new