docs: replace links from profile repo to metrics repo [skip ci]

This commit is contained in:
lowlighter
2022-01-15 15:13:06 -05:00
parent 0ea5e5b3dc
commit d8896623d4
55 changed files with 150 additions and 150 deletions

View File

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