Skip to content

Commit b5b6921

Browse files
committed
update links to open in new tab
1 parent fa81996 commit b5b6921

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ scalar Locale
329329
"https://tools.ietf.org/html/bcp47"
330330
)
331331
</pre></td>
332-
<td>The Locale scalar handles <a href="https://tools.ietf.org/html/bcp47">IETF BCP 47</a> language tags via the JDK method <a href="https://docs.oracle.com/javase/7/docs/api/java/util/Locale.html#forLanguageTag(java.lang.String)">Locale.forLanguageTag</a>.</td>
332+
<td>The Locale scalar handles <a target="_blank" href="https://tools.ietf.org/html/bcp47">IETF BCP 47</a> language tags via the JDK method <a target="_blank" href="https://docs.oracle.com/javase/7/docs/api/java/util/Locale.html#forLanguageTag(java.lang.String)">Locale.forLanguageTag</a>.</td>
333333
</tr>
334334
</table>
335335

@@ -369,7 +369,7 @@ scalar CountryCode
369369
"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2"
370370
)
371371
</pre></td>
372-
<td>The CountryCode scalar type as defined by <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166-1 alpha-2</a>.</td>
372+
<td>The CountryCode scalar type as defined by <a target="_blank" href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">ISO 3166-1 alpha-2</a>.</td>
373373
</tr>
374374
</table>
375375

@@ -409,7 +409,7 @@ scalar Currency
409409
"https://en.wikipedia.org/wiki/ISO_4217"
410410
)
411411
</pre></td>
412-
<td>A field whose value is an <a href="https://en.wikipedia.org/wiki/ISO_4217">ISO-4217</a> currency.</td>
412+
<td>A field whose value is an <a target="_blank" href="https://en.wikipedia.org/wiki/ISO_4217">ISO-4217</a> currency.</td>
413413
</tr>
414414
</table>
415415

0 commit comments

Comments
 (0)