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`.