From a35a5290f96229cfb3eafa63c7cf8aedda114a53 Mon Sep 17 00:00:00 2001 From: Michael Wooley Date: Mon, 2 May 2022 17:58:12 -0400 Subject: [PATCH] Fix links --- .../docs/introducing_emscripten/Talks-and-Publications.rst | 2 +- site/source/docs/porting/Debugging.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/source/docs/introducing_emscripten/Talks-and-Publications.rst b/site/source/docs/introducing_emscripten/Talks-and-Publications.rst index a01b995380373..c576fdac6b04f 100644 --- a/site/source/docs/introducing_emscripten/Talks-and-Publications.rst +++ b/site/source/docs/introducing_emscripten/Talks-and-Publications.rst @@ -19,7 +19,7 @@ Presentations - `Video of talk `__ -- Slides from GDC 2014: `Getting started with asm.js and Emscripten `_ (`kripken `_, `lwagner `_) +- Slides from GDC 2014: `Getting started with asm.js and Emscripten `_ (`kripken `_, `lwagner `_) - Slides from Strange Loop 2013: `Native speed on the web, JavaScript and asm.js `_ (`kripken `_) - Slides from GDC Europe 2013: `C++ on the Web `_ (`floh `_) - Slides from QCon 2013: `Connecting languages together `_ (`kripken `_) diff --git a/site/source/docs/porting/Debugging.rst b/site/source/docs/porting/Debugging.rst index 363e2c5f38ba4..d86df6f6a8ce7 100644 --- a/site/source/docs/porting/Debugging.rst +++ b/site/source/docs/porting/Debugging.rst @@ -349,7 +349,7 @@ Useful Links ============ - `Blogpost about reading compiler output `_. -- `GDC 2014: Getting started with asm.js and Emscripten `_ (Debugging slides). +- `GDC 2014: Getting started with asm.js and Emscripten `_ (Debugging slides). Need help? ==========