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 21fa828 commit c0f5d91Copy full SHA for c0f5d91
src/lib/converter/plugins/GitHubPlugin.ts
@@ -58,7 +58,7 @@ export class Repository {
58
ShellJS.pushd(path);
59
60
for (let i = 0, c = repoLinks.length; i < c; i++) {
61
- const url = /(github(?:\.[a-z]+)*\.com)[:/]([^/]+)\/(.*)/.exec(
+ const url = /(github(?:\.[a-z]+)*\.[a-z]{2,})[:/]([^/]+)\/(.*)/.exec(
62
repoLinks[i]
63
);
64
0 commit comments