Skip to content

Commit 7889c7a

Browse files
docs(README): correct webpack example link (#3898)
* fix: webpack example link in README.md * Update README.md Co-authored-by: Oleksandr Fediashov <alexander.mcgarret@gmail.com>
1 parent 0335ce5 commit 7889c7a

1 file changed

Lines changed: 7 additions & 13 deletions

File tree

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,7 @@ This is a listing of example projects and guides that will help you integrate Se
8585

8686
<details>
8787
<summary>Show projects</summary>
88-
89-
### [webpack][28]
90-
See our webpack 3 example project [here][28] (includes theming).
91-
92-
### [SUIcrux][102]
93-
Advanced universal starter with Semantic-UI-React. React/Redux/Lazy-loading/SSR/PWA.
94-
88+
9589
### [semantic-ui-react-todos][100]
9690
Semantic UI React implementation of [react-redux Todo List][101].
9791
</details>
@@ -106,7 +100,8 @@ This is a listing of example projects and guides that will help you integrate Se
106100
<details>
107101
<summary><b>How do I setup CSS?</b></summary>
108102

109-
There are several options. Refer to our doc on [CSS Usage][23].
103+
There are several options. Refer to our doc on [CSS Usage][23].
104+
110105
</details>
111106

112107
<details>
@@ -126,19 +121,19 @@ Here are some helpful links:
126121

127122
### [Voice Your Opinion][19]
128123

129-
Help shape this library by weighing in on our [RFC (request for comments)][19] issues.
124+
Help shape this library by weighing in on our [RFC (request for comments)][19] issues.
130125

131126
### [Contribute][1]
132127

133128
Our [CONTRIBUTING.md][1] is a step-by-step setup and development guide.
134129

135130
### [Good First Issue][21]
136131

137-
Issues labeled [`good first issue`][21] are a great way to ease into development on this project.
132+
Issues labeled [`good first issue`][21] are a great way to ease into development on this project.
138133

139134
### [Missing Components][17]
140135

141-
We're seeking component parity with Semantic UI, plus some addons. There is an issue for every missing component, labeled [`new component`][17]. Just comment on the issue you'd like to take.
136+
We're seeking component parity with Semantic UI, plus some addons. There is an issue for every missing component, labeled [`new component`][17]. Just comment on the issue you'd like to take.
142137

143138
### [Help Wanted Label][4]
144139

@@ -186,12 +181,11 @@ Made possible only by [@jlukic][32] authoring [Semantic UI][5].
186181
[25]: http://learnsemantic.com/themes/creating.html
187182
[26]: https://github.com/levithomason
188183
[27]: https://github.com/layershifter
189-
[28]: https://github.com/Semantic-Org/Semantic-UI-React/tree/master/examples
190184
[30]: https://github.com/Semantic-Org/Semantic-UI-Meteor
191185
[31]: https://github.com/Netflix/flamescope
192186
[32]: https://github.com/jlukic
193187

194188
<!-- Examples -->
189+
195190
[100]: https://github.com/wyc/semantic-ui-react-todos
196191
[101]: https://github.com/reactjs/redux/tree/master/examples/todos
197-
[102]: https://github.com/Metnew/react-semantic.ui-starter

0 commit comments

Comments
 (0)