We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8befad5 commit b38715dCopy full SHA for b38715d
web/src/encoding.ts
@@ -65,7 +65,7 @@ const KeggPrefix: Record<string, PrefixInfo> = {
65
pattern: /^((m:?)|(kegg.module:m))(?=\d{5})/i,
66
short: () => 'M',
67
long: () => 'KEGG.MODULE:M',
68
- urlBase: 'https://www.genome.jp/brite/',
+ urlBase: 'https://www.kegg.jp/entry/',
69
},
70
};
71
0 commit comments