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 7094918 commit ee18110Copy full SHA for ee18110
update-readme.js
@@ -253,7 +253,7 @@ const AKA_INSTALL_URLS = {
253
};
254
255
function makeBadges(link, type) {
256
- const aka = AKA_INSTALL_URLS[type] || `${AKA_INSTALL_URLS.instructions}`;
+ const aka = AKA_INSTALL_URLS[type] || AKA_INSTALL_URLS.instructions;
257
258
const vscodeUrl = `${aka}?url=${encodeURIComponent(`vscode:chat-${type}/install?url=${repoBaseUrl}/${link}`)}`;
259
const insidersUrl = `${aka}?url=${encodeURIComponent(`vscode-insiders:chat-${type}/install?url=${repoBaseUrl}/${link}`)}`;
0 commit comments