Skip to content

Commit d8dd1b8

Browse files
Update single.html
1 parent 532d9ff commit d8dd1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/operate/single.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>
2929
{{ $displayName := $element }}
3030
{{ $color := "#ffffff" }} <!-- Default background color (white) -->
3131
{{ if eq $element "rs" }}
32-
<a href="{{ "categories/" | relLangURL }}{{ . | urlize }}">{{ $displayName = "Redis Enterprise Software" }}</a>
32+
{{ $displayName = "Redis Enterprise Software" }}
3333
{{ $color = "#DCFF1E" }}
3434
{{ else if eq $element "rc" }}
3535
{{ $displayName = "Redis Cloud" }}

0 commit comments

Comments
 (0)