Skip to content

Commit 92d7b2e

Browse files
remove bad links
1 parent 5f188af commit 92d7b2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
set +e
2626
cat lcconfig
27-
linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 50 --config lcconfig -F csv/utf-8/link_report.csv
27+
linkchecker https://${{ matrix.site.url }} --check-extern --no-status --no-warnings --threads 25 --config lcconfig -F csv/utf-8/link_report.csv
2828
2929
if [ $? -ne 0 ]; then
3030
echo "Bad links found. Please see report."

fern/products/docs/pages/component-library/writing-content/markdown.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ You can embed videos from YouTube, Loom, Vimeo, and other streaming platforms us
189189
</Tab>
190190
</Tabs>
191191

192-
See an example of [Markdown](https://github.com/elevenlabs/elevenlabs-docs/blob/6dba2b35a68edd8285762e18b4c7684c04bdf1ca/fern/conversational-ai/pages/guides/zendesk.mdx?plain=1#L14-L23) used for embedding videos and [how it renders](https://elevenlabs.io/docs/conversational-ai/guides/integrations/zendesk#demo-video) on the corresponding docs page from the ElevenLabs documentation.
192+
See an example of [how it renders](https://elevenlabs.io/docs/conversational-ai/guides/integrations/zendesk#demo-video) on the corresponding docs page from the ElevenLabs documentation.
193193

194194
## LaTeX
195195

fern/products/docs/pages/navigation/changelogs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ navigation:
5353
```
5454
</CodeBlock>
5555
56-
[View an example](https://github.com/elevenlabs/elevenlabs-docs/blob/ab509a12b1c7e3db37b6414a76b502e71b580feb/fern/docs.yml#L45-L47) in GitHub of the ElevenLabs `docs.yml` which powers [their Changelog](https://elevenlabs.io/docs/changelog).
56+
[View an example](https://elevenlabs.io/docs/changelog) of how this renders in the ElevenLabs Changelog.
5757
5858
</Accordion>
5959
<Accordion title="Section-level Changelog">

0 commit comments

Comments
 (0)