Skip to content

Commit 36c6af6

Browse files
Fix entries for parameter blocks documentation (#48)
1 parent 436a25d commit 36c6af6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_data/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ tutorials:
6565
link_label: "Coming from HLSL"
6666
- title: "Using Slang Parameter Blocks"
6767
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/parameter-blocks"
68+
link_url: "/docs/using-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/shader-cursors/"
5+
permalink: "/docs/using-parameter-blocks/"
66
intro_image_absolute: true
77
intro_image_hide_on_mobile: false
88
---

0 commit comments

Comments
 (0)