Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(server/api): fix links to repo in links.json
Browse files Browse the repository at this point in the history
fix(server/api): fix links to repo in links.json
  • Loading branch information
Metnew committed Nov 4, 2017
1 parent a8ca4b1 commit 58c7f7d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/server/api/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,38 +7,38 @@
"Step by step guide with working example of server and client with hot-reloading and SSR with Webpack (in development)."
},
{
"link": "https://github.com/Metnew/react-semantic.ui-starter/tree/master/docs",
"link": "https://github.com/Metnew/suicrux/tree/master/docs",
"icon": "bug",
"header": "Testing",
"desc": "How to test actions, reducers, components?"
},
{
"link": "https://github.com/Metnew/react-semantic.ui-starter/tree/master/docs",
"link": "https://github.com/Metnew/suicrux/tree/master/docs",
"icon": "paint brush",
"header": "Why semantic-ui-react?",
"desc": "Notes about SUI. Why SUIR is a good (or bad) choise."
},
{
"link": "https://github.com/Metnew/react-semantic.ui-starter/tree/master/docs",
"link": "https://github.com/Metnew/suicrux/tree/master/docs",
"icon": "globe",
"header": "How i18n works?",
"desc": "How i18n is implemented and how to customize it."
},
{
"link": "https://github.com/Metnew/react-semantic.ui-starter/tree/master/docs",
"link": "https://github.com/Metnew/suicrux/tree/master/docs",
"header": "How Webpack is configured?",
"icon": "code",
"desc":
"Webpack configuration for server/client in production and development."
},
{
"link": "https://github.com/Metnew/react-semantic.ui-starter/tree/master/docs",
"link": "https://github.com/Metnew/suicrux/tree/master/docs",
"icon": "terminal",
"header": "npm scripts and ENV vars",
"desc": "Docs about every npm script and ENV variable."
},
{
"link": "https://github.com/Metnew/react-semantic.ui-starter/tree/master/docs",
"link": "https://github.com/Metnew/suicrux/tree/master/docs",
"icon": "folder",
"header": "Folder structure",
"desc": "Why this folder structure and how to adapt it in own project."
Expand Down

0 comments on commit 58c7f7d

Please sign in to comment.