Skip to content

Commit d6b1a91

Browse files
committed
Auto-generated documentation from 6f9861b
1 parent 7171e7d commit d6b1a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usage/meta.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 id="resource-meta">Resource Meta</h2>
133133
{
134134
return new Dictionary&lt;string, object?&gt;
135135
{
136-
[&quot;notice&quot;] = &quot;Check our intranet at http://www.example.com/employees/&quot; +
136+
[&quot;notice&quot;] = &quot;Check our intranet at https://www.example.com/employees/&quot; +
137137
$&quot;{person.StringId} for personal details.&quot;
138138
};
139139
}
@@ -151,7 +151,7 @@ <h2 id="resource-meta">Resource Meta</h2>
151151
...
152152
},
153153
&quot;meta&quot;: {
154-
&quot;notice&quot;: &quot;Check our intranet at http://www.example.com/employees/1 for personal details.&quot;
154+
&quot;notice&quot;: &quot;Check our intranet at https://www.example.com/employees/1 for personal details.&quot;
155155
}
156156
}
157157
]

0 commit comments

Comments
 (0)