File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const config = {
19
19
20
20
// GitHub pages deployment config.
21
21
// If you aren't using GitHub pages, you don't need these.
22
- organizationName : 'Second State ' , // Usually your GitHub org/user name.
22
+ organizationName : 'WasmEdge ' , // Usually your GitHub org/user name.
23
23
projectName : 'WasmEdge' , // Usually your repo name.
24
24
25
25
// Even if you don't use internalization, you can use this field to set useful
@@ -200,12 +200,12 @@ const config = {
200
200
href : 'https://github.com/WasmEdge/WasmEdge' ,
201
201
} ,
202
202
{
203
- label : 'Second State ' ,
204
- href : 'https://www.secondstate.io/ ' ,
203
+ label : 'Code of Conduct ' ,
204
+ href : 'https://github.com/WasmEdge/WasmEdge/blob/master/docs/CODE_OF_CONDUCT.md ' ,
205
205
} ,
206
206
{
207
- label : 'Articles & Blog ' ,
208
- href : 'https://www.secondstate.io/articles/ '
207
+ label : 'Governance ' ,
208
+ href : 'https://github.com/WasmEdge/WasmEdge/blob/master/docs/GOVERNANCE.md '
209
209
} ,
210
210
{
211
211
label : 'WasmEdge Talks' ,
@@ -265,4 +265,4 @@ const extendedConfig = {
265
265
}
266
266
} ;
267
267
268
- module . exports = extendedConfig ;
268
+ module . exports = extendedConfig ;
You can’t perform that action at this time.
0 commit comments