Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Aug 17, 2023
1 parent 13079f0 commit 789900d
Show file tree
Hide file tree
Showing 2 changed files with 244 additions and 226 deletions.
3 changes: 3 additions & 0 deletions build/fix-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ module.exports = function fixLinks(html) {
function getKeywordLink(keyword) {
const dotNdx = keyword.indexOf('.');
if (dotNdx) {
if (keyword.startsWith('GPU')) {
return undefined;
}
const before = keyword.substring(0, dotNdx);
const link = codeKeywordLinks[before];
if (link) {
Expand Down
Loading

0 comments on commit 789900d

Please sign in to comment.