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 = {
1919
2020 // GitHub pages deployment config.
2121 // 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.
2323 projectName : 'WasmEdge' , // Usually your repo name.
2424
2525 // Even if you don't use internalization, you can use this field to set useful
@@ -200,12 +200,12 @@ const config = {
200200 href : 'https://github.com/WasmEdge/WasmEdge' ,
201201 } ,
202202 {
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 ' ,
205205 } ,
206206 {
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 '
209209 } ,
210210 {
211211 label : 'WasmEdge Talks' ,
@@ -265,4 +265,4 @@ const extendedConfig = {
265265 }
266266} ;
267267
268- module . exports = extendedConfig ;
268+ module . exports = extendedConfig ;
You can’t perform that action at this time.
0 commit comments