Skip to content

Commit b05d02d

Browse files
committed
Link to deployed docs instead of GitHub source markdown files
1 parent 0952d92 commit b05d02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/page-configuration-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This configuration option is useful for small pages, or for pages with few headi
1919

2020
### `useLegacyCodeBlocks: true`
2121

22-
This boolean indicates whether code blocks should _not_ be enhanced on the page. (By default, [code blocks are enhanced](./enhanced-code-blocks.md) by Primer Spec.)
22+
This boolean indicates whether code blocks should _not_ be enhanced on the page. (By default, [code blocks are enhanced](https://eecs485staff.github.io/primer-spec/demo/enhanced-code-blocks.html) by Primer Spec.)
2323

2424
Here's a code block. Notice how it uses the "legacy" formatting.
2525

@@ -28,7 +28,7 @@ import os
2828
print("Spam & Eggs")
2929
```
3030

31-
It's possible to [override this setting](./enhanced-code-blocks.md#single-code-block) at the codeblock level — simply add the `data-variant="enhanced"` attribute to the code block. Here's an example:
31+
It's possible to [override this setting](https://eecs485staff.github.io/primer-spec/demo/enhanced-code-blocks.html#single-code-block) at the codeblock level — simply add the `data-variant="enhanced"` attribute to the code block. Here's an example:
3232

3333
<!-- prettier-ignore-start -->
3434
```python

0 commit comments

Comments
 (0)