You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
> This project adheres to the Contributor Covenant [code of conduct](./CODE_OF_CONDUCT.md). By participating in this project, you agree to abide by its terms.
6
6
7
-
First, create a fork of the [web-padawan/api-viewer-element](https://github.com/web-padawan/api-viewer-element) repository by hitting the `fork` button on the GitHub page.
7
+
First, create a fork of the [open-wc/api-viewer-element](https://github.com/open-wc/api-viewer-element) repository by hitting the `fork` button on the GitHub page.
8
8
9
9
Next, clone your fork onto your computer (replacing YOUR_USERNAME with your actual GitHub username).
10
10
@@ -16,7 +16,7 @@ Once cloning is complete, change directory to the repository and add the upstrea
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
[<imgsrc="https://github.com/raw/web-padawan/api-viewer-element/master/screenshot-docs.png"alt="Screenshot of api-viewer docs"width="800">](https://api-viewer-element.netlify.com/)
13
+
[<imgsrc="https://github.com/raw/open-wc/api-viewer-element/master/screenshot-docs.png"alt="Screenshot of api-viewer docs"width="800">](https://api-viewer.open-wc.org)
14
14
15
-
[<imgsrc="https://github.com/raw/web-padawan/api-viewer-element/master/screenshot-demo.png"alt="Screenshot of api-viewer demo"width="800">](https://api-viewer-element.netlify.com/)
15
+
[<imgsrc="https://github.com/raw/open-wc/api-viewer-element/master/screenshot-demo.png"alt="Screenshot of api-viewer demo"width="800">](https://api-viewer.open-wc.org)
Copy file name to clipboardExpand all lines: docs/docs/api/templates.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ This is useful to create complex UI samples for small components that are typica
79
79
### `<template data-target="suffix">`
80
80
81
81
Use `"suffix"` template to provide HTML to be inserted **after** the web component in the demo.
82
-
Note, same as `"prefix"`, this template type can be used to provide [`<style>`](https://github.com/web-padawan/api-viewer-element/issues/45#issuecomment-677458882) tag with CSS to customize the component.
82
+
Note, same as `"prefix"`, this template type can be used to provide [`<style>`](https://github.com/open-wc/api-viewer-element/issues/45#issuecomment-677458882) tag with CSS to customize the component.
Copy file name to clipboardExpand all lines: docs/docs/guide/writing-jsdoc.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -56,4 +56,4 @@ Elements that can be styled using `::part` need to be documented using `@cssPart
56
56
This cover elements with `part` attribute in Shadow DOM, as well as those exposed using `exportparts` attribute.
57
57
58
58
The parts are currently only used for the documentation, they are not available in the live demo.
59
-
Please comment in [this issue](https://github.com/web-padawan/api-viewer-element/issues/42) about CSS Shadow Parts and slots inspector if you are interested.
59
+
Please comment in [this issue](https://github.com/open-wc/api-viewer-element/issues/42) about CSS Shadow Parts and slots inspector if you are interested.
0 commit comments