File tree 4 files changed +6
-3
lines changed 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
# [submodule "dyno-import"]
7
7
# path = dyno-import
8
8
# url = git@github.com:TCCPP/dyno-import.git
9
+ [submodule "wiki "]
10
+ path = wiki
11
+ url = git@github.com:TCCPP/wiki-articles.git
Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ export default class Help extends BotComponent {
51
51
( unwrap ( this . wheatley . components . get ( "Wiki" ) ) as Wiki ) . article_aliases
52
52
. map ( ( _ , alias ) => `\`${ alias } \`` )
53
53
. join ( ", " ) ,
54
- "Article contributions are welcome " +
55
- "[here](https://github.com/TCCPP/wheatley/tree/main/wiki-articles)!" ,
54
+ "Article contributions are welcome [here](https://github.com/TCCPP/wiki-articles)!" ,
56
55
) ,
57
56
} ,
58
57
{
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { Wheatley } from "../wheatley.js";
13
13
import { TextBasedCommandBuilder } from "../command-abstractions/text-based-command-builder.js" ;
14
14
import { TextBasedCommand } from "../command-abstractions/text-based-command.js" ;
15
15
16
- export const wiki_dir = "wiki-articles " ;
16
+ export const wiki_dir = "wiki" ;
17
17
18
18
type WikiArticle = {
19
19
name : string | null ; // basename for the article
You can’t perform that action at this time.
0 commit comments