Skip to content

Commit bd73f40

Browse files
authored
Update 2.md
1 parent 8257f4c commit bd73f40

File tree

1 file changed

+1
-1
lines changed
  • labs/coding-101-rest-basics-ga

1 file changed

+1
-1
lines changed

labs/coding-101-rest-basics-ga/2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ In this example, you request the list of hosts, and that information is returned
4040

4141
(<a href="http://www.json.org/" target="_blank">JSON</a> -- JavaScript Object Notation, is a lightweight text-based open standard designed for human-readable data interchange.)
4242

43-
(<a href="https://www.w3schools.com/xml/xml_whatis.asp/" target="_blank">XML</a> -- eXtensible Markup Language, a language designed to store and transport data.)
43+
(<a href="https://www.w3schools.com/xml/xml_whatis.asp" target="_blank">XML</a> -- eXtensible Markup Language, a language designed to store and transport data.)
4444

4545
### Next Step: HTTP Response Request Facts

0 commit comments

Comments
 (0)