From 523b6f930fb72dc5defdc171c4122ff3fa791ebe Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 5 Feb 2024 20:16:38 +0700 Subject: [PATCH] Fix capitalization of "GitHub". --- site/source/docs/api_reference/Filesystem-API.rst | 2 +- site/source/docs/porting/simd.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/source/docs/api_reference/Filesystem-API.rst b/site/source/docs/api_reference/Filesystem-API.rst index 98e85ebafd10d..c35dba0956da7 100644 --- a/site/source/docs/api_reference/Filesystem-API.rst +++ b/site/source/docs/api_reference/Filesystem-API.rst @@ -31,7 +31,7 @@ The JavaScript-based file system was originally written before pthreads were sup `Design Doc Link `_ -`Github Tracking Issue `_ +`GitHub Tracking Issue `_ Differences you may notice with the original JS filesystem include: diff --git a/site/source/docs/porting/simd.rst b/site/source/docs/porting/simd.rst index abf8a0c18c11e..fd4cfcc6def50 100644 --- a/site/source/docs/porting/simd.rst +++ b/site/source/docs/porting/simd.rst @@ -1152,7 +1152,7 @@ instructions which operate on 128-bit wide vectors are supported cleanly. This means that nearly any instruction which is not of a "q" variant (i.e. "vaddq" as opposed to "vadd") will be scalarized. -These are pulled from `SIMDe repository on Github +These are pulled from `SIMDe repository on GitHub `_. To update emscripten with the latest SIMDe version, run `tools/simde_update.py`.