Skip to content

Commit a1db3fc

Browse files
authored
Fix extension URL (#816)
1 parent 36759dc commit a1db3fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/test_fast_fwd/FastForwarderTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ namespace winrt::FastForwarderTest
202202

203203
TEST_CASE("MockUri")
204204
{
205-
Uri uri{ L"http://aka.ms/xlang" };
205+
Uri uri{ L"http://aka.ms/cppwinrt" };
206206

207207
auto str = make_fast_forwarder<IStringable>(uri, 1);
208208
REQUIRE_STR_EQUAL(uri.DisplayUri(), str.ToString());

vsix/extension.manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$schema": "http://json.schemastore.org/vsix-publish",
3-
"categories": [ "Build", "Coding", "Programming Languages" ],
3+
"categories": [ "Build", "Coding", "Programming Languages" ],
44
"identity": {
5-
"internalName": "cppwinrt101804264"
5+
"internalName": "cppwinrt101804264"
66
},
77
"overview": "overview.md",
8-
"publisher": "CppWinRTTeam",
9-
"repo": "https://github.com/Microsoft/xlang/tree/master/src/package/cppwinrt/vsix"
8+
"publisher": "CppWinRTTeam",
9+
"repo": "https://github.com/Microsoft/cppwinrt"
1010
}

0 commit comments

Comments
 (0)