Skip to content

Commit 92e6296

Browse files
fixup: not sure why Jekyll build failed... (#49)
1 parent 36c6af6 commit 92e6296

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_data/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ tutorials:
6464
link_url: "/docs/coming-from-hlsl/"
6565
link_label: "Coming from HLSL"
6666
- title: "Using Slang Parameter Blocks"
67-
description: "Learn how to use Slang's Parameter Block feature in your shader codebase, and to streamline use of the Slang reflection API when using this feature."
68-
link_url: "/docs/using-parameter-blocks/"
67+
description: "Learn how to use Slangs Parameter Block feature in your shader codebase, and how to streamline use of the Slang reflection API when using this feature."
68+
link_url: "/docs/parameter-blocks/"
6969
link_label: "Using Slang Parameter Blocks"

docs/parameter-blocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Using Slang Parameter Blocks
33
layout: page
44
description: A guide to using Slang's Parameter Block feature
5-
permalink: "/docs/using-parameter-blocks/"
5+
permalink: "/docs/parameter-blocks/"
66
intro_image_absolute: true
77
intro_image_hide_on_mobile: false
88
---

0 commit comments

Comments
 (0)