Skip to content

Commit eeb857a

Browse files
authored
Update image URL of URL Segments diagram (#105)
1 parent b349e2a commit eeb857a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/02.routing/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ able to return to a specific page and see the same content they did before.
1616
URLs can be broken into segments. On the "What is a URL" article, we find a
1717
helpful diagram:
1818

19-
![an example url color coding different segments of the URL including, scheme, domain name, port, path to the file, parameters, and anchor](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_URL/mdn-url-all.png)
19+
![an example url color coding different segments of the URL including, scheme, domain name, port, path to the file, parameters, and anchor](https://developer.mozilla.org/en-US/docs/Learn_web_development/Howto/Web_mechanics/What_is_a_URL/mdn-url-all.png)
2020

2121
For more on these sections, check
2222
[the article](https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_URL).

0 commit comments

Comments
 (0)