Skip to content

Commit 92472bd

Browse files
add back capitalization for external links
1 parent bbe3f44 commit 92472bd

File tree

1 file changed

+1
-1
lines changed
  • web-integrations/google-secure-signals/server-side/views

1 file changed

+1
-1
lines changed

web-integrations/google-secure-signals/server-side/views/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1>Server-Side <%- identityName %> Integration Example with Google Secure Signa
3737
<br />
3838
<br />
3939
This assumes that the publisher has implemented <%- identityName %>
40-
<a href="<%- docsBaseUrl %>/guides/integration-publisher-server-side">Server-Side integration</a>
40+
<a href="<%- docsBaseUrl %>/guides/integration-publisher-server-side">Server-Side Integration</a>
4141
on the back end and can pass the resulting <%- identityName %> identity response to the front end.
4242
</p>
4343
</body>

0 commit comments

Comments
 (0)