Skip to content

Commit a917b04

Browse files
authored
Fix broken links to Appendix (facebook#3319)
1 parent 1285a79 commit a917b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/new-architecture-library-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ When using Flow or TypeScript, you will be using [type annotations](https://flow
126126
127127
In general, this means you can use primitive types (strings, numbers, booleans), and function types, object types, and array types. Union types, on the other hand, are not supported. All types must be read-only. For Flow: either `+` or `$ReadOnly<>` or `{||}` objects. For TypeScript: `readonly` for properties, `Readonly<>` for objects, and `ReadonlyArray<>` for arrays.
128128
129-
> See Appendix [I. Flow Type to Native Type Mapping](#i-flow-type-to-native-type-mapping).
130-
> See Appendix [II. TypeScript to Native Type Mapping](#ii-typescript-to-native-type-mapping).
129+
> See Appendix [II. Flow Type to Native Type Mapping](new-architecture-appendix#ii-flow-type-to-native-type-mapping).
130+
> See Appendix [III. TypeScript to Native Type Mapping](new-architecture-appendix#iii-typescript-to-native-type-mapping).
131131
132132
### Codegen Helper Types
133133

0 commit comments

Comments
 (0)