From 230acde558fab54a3240367e5fe27103fe6f1452 Mon Sep 17 00:00:00 2001 From: Christoph Thiede <38782922+LinqLover@users.noreply.github.com> Date: Tue, 20 Feb 2024 19:01:28 +0100 Subject: [PATCH] fix links --- README.md | 2 +- packages/frontend/src/index.html | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6bad000..22f4945 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This project aims to improve program comprehension by visualizing traces of object-oriented programs through animated 2.5D object maps. Program traces are created in [Squeak](https://squeak.org) using the [TraceDebugger](https://github.com/hpi-swa-lab/squeak-tracedebugger) and visualized in the browser using [three.js](https://threejs.org). -- **[Read the paper (preprint)](https://linqlover.github.io/trace4d/paper.pdf)** [![PDF](https://img.shields.io/badge/PDF-blue)](https://linqlover.github.io/trace4d/paper.pdf) [![HTML](https://img.shields.io/badge/HTML-blue)](https://linqlover.github.io/trace4d/paper.html) +- **[Read the paper (preprint)](https://linqlover.github.io/trace4d/paper-ivapp.pdf)** [![PDF](https://img.shields.io/badge/PDF-blue)](https://linqlover.github.io/trace4d/paper-ivapp.pdf) [![HTML](https://img.shields.io/badge/HTML-blue)](https://linqlover.github.io/trace4d/paper-ivapp.html) - **[Try the demo](https://linqlover.github.io/trace4d/)** ![Screenshot of trace4d](./assets/trace4d.png) diff --git a/packages/frontend/src/index.html b/packages/frontend/src/index.html index 35fb247..4f2b067 100644 --- a/packages/frontend/src/index.html +++ b/packages/frontend/src/index.html @@ -41,12 +41,21 @@