Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 5bb3838

Browse files
docs: new storybook docs url
1 parent c03122b commit 5bb3838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,4 +199,4 @@ I (David here) use this plugin in the blog of my personal website [daviddalbusco
199199

200200
MIT © [David Dal Busco](mailto:david.dalbusco@outlook.com) and [Nicolas Mattia](mailto:nicolas@nmattia.com)
201201

202-
[@deckdeckgo/highlight-code]: https://docs.deckdeckgo.com/components/code
202+
[@deckdeckgo/highlight-code]: https://docs.deckdeckgo.com/?path=/story/components-highlight-code--highlight-code

utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const _ = require(`lodash`);
44
/**
55
* Returns the parsed language and the highlighted lines.
66
* For example, ```dart{3, 2, 5-9} will output {lang: 'dart', highlightLines: '3 2 5,9'}
7-
* which is compatible with the <deckdeckgo-highlight-code> component (https://docs.deckdeckgo.com/components/code/)
7+
* which is compatible with the <deckdeckgo-highlight-code> component (https://docs.deckdeckgo.com/?path=/story/components-highlight-code--highlight-code)
88
* @param {Markdown Node} node
99
*/
1010
const parseLanguageAndHighlightedLines = (node) => {

0 commit comments

Comments
 (0)