Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit ee3d324

Browse files
committed
Move URLs at the end of the file
1 parent 7a0c13b commit ee3d324

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ import 'details-dialog-element'
2828

2929
Dialog content can be loaded from a server by embedding an [`<include-fragment>`][fragment] element.
3030

31-
[fragment]: https://github.com/github/include-fragment-element/
32-
3331
```html
3432
<details>
3533
<summary>Robots</summary>
@@ -71,9 +69,6 @@ Browsers without native [custom element support][support] require a [polyfill][]
7169
- Safari
7270
- Microsoft Edge
7371

74-
[support]: https://caniuse.com/#feat=custom-elementsv1
75-
[polyfill]: https://github.com/webcomponents/custom-elements
76-
7772
## Development
7873

7974
```
@@ -84,3 +79,7 @@ npm test
8479
## License
8580

8681
Distributed under the MIT license. See LICENSE for details.
82+
83+
[fragment]: https://github.com/github/include-fragment-element/
84+
[support]: https://caniuse.com/#feat=custom-elementsv1
85+
[polyfill]: https://github.com/webcomponents/custom-elements

0 commit comments

Comments
 (0)