Skip to content

Commit b38715d

Browse files
committed
Use correct URL for KEGG modules
1 parent 8befad5 commit b38715d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/encoding.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ const KeggPrefix: Record<string, PrefixInfo> = {
6565
pattern: /^((m:?)|(kegg.module:m))(?=\d{5})/i,
6666
short: () => 'M',
6767
long: () => 'KEGG.MODULE:M',
68-
urlBase: 'https://www.genome.jp/brite/',
68+
urlBase: 'https://www.kegg.jp/entry/',
6969
},
7070
};
7171

0 commit comments

Comments
 (0)