Skip to content

Commit a0c9c98

Browse files
committed
Adjust references in query doc
1 parent fd8b37c commit a0c9c98

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

java/ql/src/Violations of Best Practice/SpecialCharactersInLiterals/NonExplicitControlAndWhitespaceCharsInLiterals.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ The following list outlines the _**explicit exclusions from query scope**_:
104104

105105
## References
106106

107-
- [Unicode Control Characters](https://www.unicode.org/charts/PDF/U0000.pdf).
108-
- [Unicode C0 control codes](https://en.wikipedia.org/wiki/C0_and_C1_control_codes).
109-
- [Unicode characters with property "WSpace=yes" or "White_Space=yes"](https://en.wikipedia.org/wiki/Unicode_character_property#Whitespace).
110-
- [Java String Literals](https://docs.oracle.com/javase/tutorial/java/data/characters.html).
111-
- [Java Class Charset](https://docs.oracle.com/javase/8/docs/api///?java/nio/charset/Charset.html).
107+
- Unicode: [Unicode Control Characters](https://www.unicode.org/charts/PDF/U0000.pdf).
108+
- Wikipedia: [Unicode C0 control codes](https://en.wikipedia.org/wiki/C0_and_C1_control_codes).
109+
- Wikipedia: [Unicode characters with property "WSpace=yes" or "White_Space=yes"](https://en.wikipedia.org/wiki/Unicode_character_property#Whitespace).
110+
- Java API Specification: [Java String Literals](https://docs.oracle.com/javase/tutorial/java/data/characters.html).
111+
- Java API Specification: [Java Class Charset](https://docs.oracle.com/javase/8/docs/api///?java/nio/charset/Charset.html).

0 commit comments

Comments
 (0)