Skip to content

Commit b8b3927

Browse files
authored
docs: update assets and readme (#11)
* docs: use remote urls * docs: update banner * chore: update changesets/action commit * chore: changeset
1 parent d0bcc08 commit b8b3927

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

.changeset/every-shoes-turn.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@callstack/inspector-cli": patch
3+
"@callstack/inspector": patch
4+
---
5+
6+
update docs

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: yarn build
3131

3232
- name: Create version PR or publish package
33-
uses: changesets/action@9f2f0d5b6aa7a1f1d2d8b4a3a8ef4f5f4d9d7c4a # v1
33+
uses: changesets/action@63a615b9cd06ba9a3e6d13796c7fbcb080a60a0b # v1.8.0
3434
with:
3535
version: yarn ci:version
3636
publish: yarn ci:publish

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<a href="https://www.callstack.com/open-source?utm_campaign=generic&utm_source=github&utm_medium=referral&utm_content=inspector" align="center">
22
<picture>
3-
<img alt="inspector" src="./docs/assets/banner.png">
3+
<img alt="inspector" src="https://github.com/callstackincubator/inspector/blob/main/docs/assets/banner.png">
44
</picture>
55
</a>
66

@@ -20,7 +20,7 @@ This package fixes this gap following the same analogy from React on Web, by all
2020

2121
## Demo
2222

23-
![inspector](./docs/assets/inspector.gif)
23+
![inspector](https://github.com/callstackincubator/inspector/blob/main/docs/assets/inspector.gif)
2424

2525
<hr/>
2626

@@ -32,7 +32,7 @@ This package fixes this gap following the same analogy from React on Web, by all
3232

3333
Most teams leverage React DevTools to profile their components in Debug Builds. If you are looking to profile React Components in Release builds, then this package is for you.
3434

35-
![Release Profilng](./docs/assets/release.png)
35+
![Release Profilng](https://github.com/callstackincubator/inspector/blob/main/docs/assets/release.png)
3636

3737
#### Inspecting React.Profiler callbacks in Release builds
3838

docs/assets/banner.png

1.2 MB
Loading

0 commit comments

Comments
 (0)