Skip to content

Commit

Permalink
Merge pull request #139 from MCS-Lite/feature/header-resource
Browse files Browse the repository at this point in the history
fix(header): update resource related links.
  • Loading branch information
dariachen authored Jun 2, 2017
2 parents ae24d6e + 42b1fb2 commit 259ad33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/app/components/header/configs/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ export default {
version: 'latest',
resourcesList: [
{
name: '認識 MCS LITE',
path: 'docs/zh-tw/',
name: '認識 MCS Lite',
path: './docs/zh-tw/index.html',
},
{
name: '深入使用 MCS LITE',
path: 'docs/zh-tw/tutorial/example_01.html',
name: '教學範例',
path: './docs/zh-tw/mcs_lite_tutorial/7697_overview.html',
},
// {
// name: 'API references',
Expand Down

0 comments on commit 259ad33

Please sign in to comment.