We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7171e7d commit d6b1a91Copy full SHA for d6b1a91
1 file changed
usage/meta.html
@@ -133,7 +133,7 @@ <h2 id="resource-meta">Resource Meta</h2>
133
{
134
return new Dictionary<string, object?>
135
136
- ["notice"] = "Check our intranet at http://www.example.com/employees/" +
+ ["notice"] = "Check our intranet at https://www.example.com/employees/" +
137
$"{person.StringId} for personal details."
138
};
139
}
@@ -151,7 +151,7 @@ <h2 id="resource-meta">Resource Meta</h2>
151
...
152
},
153
"meta": {
154
- "notice": "Check our intranet at http://www.example.com/employees/1 for personal details."
+ "notice": "Check our intranet at https://www.example.com/employees/1 for personal details."
155
156
157
]
0 commit comments