Skip to content

Commit d889662

Browse files
committed
docs: replace links from profile repo to metrics repo [skip ci]
1 parent 0ea5e5b commit d889662

File tree

55 files changed

+150
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+150
-150
lines changed

.github/readme/partials/documentation/organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
While metrics targets mainly user accounts, it's possible to render metrics for organization accounts.
44

5-
![Metrics (organization account)](https://github.com/lowlighter/lowlighter/blob/master/metrics.organization.svg)
5+
![Metrics (organization account)](https://github.com/lowlighter/metrics/blob/examples/metrics.organization.svg)
66

77
## 💬 Metrics for organizations
88

.github/readme/partials/documentation/setup/action.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ A scope-less token can still display private contributions by enabling `Include
4141

4242
If a plugin has not enough scopes to operate (and `plugins_errors_fatal` isn't enabled), it'll be reported in the rendering like below:
4343

44-
![Plugin error example](https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.error.svg)
44+
![Plugin error example](https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.error.svg)
4545

4646
### 2. Put your GitHub personal token in your repository secrets
4747

@@ -97,9 +97,9 @@ In this case, please consider watching new releases to stay up-to-date and enjoy
9797

9898
#### Examples workflows
9999

100-
Metrics displayed on this page are rendered from this [workflow](https://github.com/lowlighter/lowlighter/blob/master/.github/workflows/metrics.yml) so you can check it out for some code examples about plugins usage.
100+
Metrics displayed on this page are rendered from this [workflow](https://github.com/lowlighter/metrics/blob/examples/.github/workflows/metrics.yml) so you can check it out for some code examples about plugins usage.
101101

102-
You can also take a look at this [user workflow](https://github.com/lowlighter/lowlighter/blob/master/.github/workflows/personal.yml) if you want.
102+
You can also take a look at this [user workflow](https://github.com/lowlighter/metrics/blob/examples/.github/workflows/personal.yml) if you want.
103103

104104
### 4. Embed link into your README.md
105105

.github/readme/partials/license.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ MIT License
55
Copyright (c) 2020-present lowlighter
66
```
77

8-
![Sponsors](https://github.com/lowlighter/lowlighter/blob/master/metrics.sponsors.svg)
9-
![Contributors](https://github.com/lowlighter/lowlighter/blob/master/metrics.contributors.svg)
8+
![Sponsors](https://github.com/lowlighter/metrics/blob/examples/metrics.sponsors.svg)
9+
![Contributors](https://github.com/lowlighter/metrics/blob/examples/metrics.contributors.svg)

.github/scripts/markdown_example.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const page = await browser.newPage()
1212

1313
//Select markdown example and take screenshoot
1414
await page.setViewport({width:600, height:600})
15-
await page.goto("https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.md")
15+
await page.goto("https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.md")
1616
const clip = await page.evaluate(() => {
1717
const {x, y, width, height} = document.querySelector("#readme").getBoundingClientRect()
1818
return {x, y, width, height}

README.md

Lines changed: 65 additions & 65 deletions
Large diffs are not rendered by default.

source/plugins/achievements/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ The *achievements* plugin displays several highlights about what you achieved on
55
<table>
66
<td align="center">
77
<details open><summary>Compact display</summary>
8-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.achievements.compact.svg">
8+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.compact.svg">
99
</details>
1010
<details><summary>Detailed display</summary>
11-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.achievements.svg">
11+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.achievements.svg">
1212
</details>
1313
<img width="900" height="1" alt="">
1414
</td>

source/plugins/activity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The *activity* plugin displays your recent activity on GitHub.
44

55
<table>
66
<td align="center">
7-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.activity.svg">
7+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.activity.svg">
88
<img width="900" height="1" alt="">
99
</td>
1010
</table>

source/plugins/anilist/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ The *anilist* plugin lets you display your favorites animes, mangas and characte
55
<table>
66
<td align="center">
77
<details open><summary>For anime watchers</summary>
8-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.anilist.svg">
8+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.svg">
99
</details>
1010
<details><summary>For manga readers</summary>
11-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.anilist.manga.svg">
11+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.manga.svg">
1212
</details>
1313
<details open><summary>Favorites characters</summary>
14-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.anilist.characters.svg">
14+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.anilist.characters.svg">
1515
</details>
1616
<img width="900" height="1" alt="">
1717
</td>

source/plugins/base/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ The *base* content is all metrics enabled by default.
55
<table>
66
<tr>
77
<td align="center">
8-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.classic.svg">
8+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.classic.svg">
99
<img width="900" height="1" alt="">
1010
</td>
1111
<td align="center">
12-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.organization.svg">
12+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.organization.svg">
1313
<img width="900" height="1" alt="">
1414
</td>
1515
</tr>

source/plugins/code/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Display a random code snippet from your recent activity history.
66

77
<table>
88
<td align="center">
9-
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.code.svg">
9+
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.code.svg">
1010
<img width="900" height="1" alt="">
1111
</td>
1212
</table>

0 commit comments

Comments
 (0)