From 14c81a610ee2412df2ecaa4706de97f2f2206c21 Mon Sep 17 00:00:00 2001 From: Hans Oksendahl Date: Fri, 3 Aug 2018 12:02:43 -0700 Subject: Updated conversion anchor links to correct id (#1223) These two anchor links were referencing the wrong URL. Updated `#datatype-conversions` to `#datatype-conversions-truncations-reinterpretations-promotions-and-demotions` --- BinaryEncoding.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 6023560..fba2997 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -775,7 +775,7 @@ for [future :unicorn:][future multiple tables] use and must be 0 in the MVP. | `f64.max` | `0xa5` | | | | `f64.copysign` | `0xa6` | | | -## Conversions ([described here](Semantics.md#datatype-conversions)) +## Conversions ([described here](Semantics.md#datatype-conversions-truncations-reinterpretations-promotions-and-demotions)) | Name | Opcode | Immediate | Description | | ---- | ---- | ---- | ---- | @@ -801,7 +801,7 @@ for [future :unicorn:][future multiple tables] use and must be 0 in the MVP. | `f64.convert_u/i64` | `0xba` | | | | `f64.promote/f32` | `0xbb` | | | -## Reinterpretations ([described here](Semantics.md#datatype-conversions)) +## Reinterpretations ([described here](Semantics.md#datatype-conversions-truncations-reinterpretations-promotions-and-demotions)) | Name | Opcode | Immediate | Description | | ---- | ---- | ---- | ---- | -- cgit v1.2.3