File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ <h2 id="resource-meta">Resource Meta</h2>
133133 {
134134 return new Dictionary<string, object?>
135135 {
136- ["notice"] = "Check our intranet at http ://www.example.com/employees/" +
136+ ["notice"] = "Check our intranet at https ://www.example.com/employees/" +
137137 $"{person.StringId} for personal details."
138138 };
139139 }
@@ -151,7 +151,7 @@ <h2 id="resource-meta">Resource Meta</h2>
151151 ...
152152 },
153153 "meta": {
154- "notice": "Check our intranet at http ://www.example.com/employees/1 for personal details."
154+ "notice": "Check our intranet at https ://www.example.com/employees/1 for personal details."
155155 }
156156 }
157157 ]
You can’t perform that action at this time.
0 commit comments