We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9da07b commit 6e8a3b2Copy full SHA for 6e8a3b2
1 file changed
enc/enc_rus/meta/links.js
@@ -2,7 +2,7 @@ function makeLink(a) {
2
if (a.className.indexOf("msdocs") === -1) {
3
return;
4
}
5
- a.href = "https://learn.microsoft.com/search/?terms=" + a.text;
+ a.href = "https://learn.microsoft.com/search/?terms=" + a.innerText;
6
if (a.className.indexOf("archive") > -1) {
7
a.href = a.href + "&dataSource=previousVersions";
8
0 commit comments