Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit d63dada

Browse files
committed
Fixing broken links
1 parent f880ef5 commit d63dada

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ If you use React in your app, you might find some of these components useful!
99

1010
### UPDATES:
1111

12-
- [UI Elements](https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/public/src/ui-elements) turning up.
12+
- [UI Elements](https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/public/src/pages/ui-elements) turning up.
1313

14-
[Click here](http://ec2-52-74-208-196.ap-southeast-1.compute.amazonaws.com:8000/UI/general.html) to see it live
14+
[Click here](http://ec2-52-74-208-196.ap-southeast-1.compute.amazonaws.com:8000/UI/general.html) to see it live
1515

1616

1717

18-
- [ReactJS Timeline](https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/public/src/timeline-page)
18+
- [ReactJS Timeline](https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/public/src/pages/timeline-page)
1919

2020
[Click here](http://ec2-52-74-208-196.ap-southeast-1.compute.amazonaws.com:8000/timeline.html) to see it live
2121

2222

23-
- [ReactJS Widgets](https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/public/src/widgets-page)
23+
- [ReactJS Widgets](https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/public/src/pages/widgets-page)
2424

2525
[Click here](http://ec2-52-74-208-196.ap-southeast-1.compute.amazonaws.com:8000/widgets.html) to see a live preview!
2626

@@ -30,7 +30,7 @@ If you use React in your app, you might find some of these components useful!
3030
##### Widgets will use velocity.js animations instead of the originally used JQuery animations wherever possible, for improved performance across all browsers and devices.
3131

3232

33-
[ReactJS Dashboard](https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/public/src/dashboardV1)
33+
[ReactJS Dashboard](https://github.com/booleanhunter/ReactJS-AdminLTE/tree/master/public/src/pages/dashboardV1)
3434

3535
Will soon be populated with charts.
3636

public/src/pages/timeline-page/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ var timelineInfo = [
149149

150150
<Timeline timelineInfo={this.state.timelineInfo}/>
151151
```
152-
![](../../../screenshots/timeline.png)
152+
![](../../../../screenshots/timeline.png)

public/src/pages/widgets-page/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ content = 'Can be a string or a number'
3232
theme = 'bg-aqua'
3333
/>
3434
```
35-
![](../../../screenshots/info-tile.png)
35+
![](../../../../screenshots/info-tile.png)
3636

3737
You can optionally display a progress status and bar by passing the [ProgressBar](./js/components/widgets/info-tile/progress-bar.js) component as props.children
3838

@@ -41,7 +41,7 @@ You can optionally display a progress status and bar by passing the [ProgressBar
4141
<ProgressBar percent = 50 description = '50% Increase in 30 Days' color = 'white' />
4242
</InfoTile>
4343
```
44-
![](../../../screenshots/progress-info-tile.png)
44+
![](../../../../screenshots/progress-info-tile.png)
4545

4646

4747
### - [StatTile](./js/components/widgets/stat-tile.js)
@@ -73,7 +73,7 @@ link = 'Link to go to for more information' (Optional)
7373
/>
7474
```
7575

76-
![](../../../screenshots/stat-tile.png)
76+
![](../../../../screenshots/stat-tile.png)
7777

7878

7979
### - [Box](./js/components/widgets/custom-box/box.js)
@@ -113,7 +113,7 @@ boxTools = {['collapse','remove','expand']} (Optional buttons to make the box e
113113
/>
114114
```
115115

116-
![](../../../screenshots/small-box-expandable.png)
116+
![](../../../../screenshots/small-box-expandable.png)
117117

118118
##### A collapsable box with border
119119

@@ -130,7 +130,7 @@ boxTools = {['collapse','remove','expand']} (Optional buttons to make the box e
130130
/>
131131
```
132132

133-
![](../../../screenshots/small-box-collapsable.png)
133+
![](../../../../screenshots/small-box-collapsable.png)
134134

135135
##### A removable box without border
136136

@@ -144,7 +144,7 @@ boxTools = {['collapse','remove','expand']} (Optional buttons to make the box e
144144
/>
145145
```
146146

147-
![](../../../screenshots/small-box-removable.png)
147+
![](../../../../screenshots/small-box-removable.png)
148148

149149
##### A removable box without border with loading animation
150150

@@ -159,7 +159,7 @@ boxTools = {['collapse','remove','expand']} (Optional buttons to make the box e
159159
/>
160160
```
161161

162-
![](../../../screenshots/small-box-loading.png)
162+
![](../../../../screenshots/small-box-loading.png)
163163

164164

165165
### - [ChatBox](./js/components/widgets/chat-box/chat-box.js)
@@ -254,7 +254,7 @@ var contactsInfo = [{
254254

255255
</ChatBox>
256256
```
257-
![](../../../screenshots/chat-box.png)
257+
![](../../../../screenshots/chat-box.png)
258258

259259

260260
### - [ProfileCard](./js/components/widgets/profile-card/profile-card.js)
@@ -336,7 +336,7 @@ var infoList = [{
336336
</ProfileCard>
337337

338338
```
339-
![](../../../screenshots/profile-card-left.png)
339+
![](../../../../screenshots/profile-card-left.png)
340340

341341
```javascript
342342
var infoList = [{
@@ -362,7 +362,7 @@ var infoList = [{
362362
</ProfileCard>
363363

364364
```
365-
![](../../../screenshots/profile-card-center.png)
365+
![](../../../../screenshots/profile-card-center.png)
366366

367367
### - [Post](./js/components/widgets/post/post.js)
368368

@@ -449,7 +449,7 @@ var comments = [
449449
<SocialInfo info = '127 likes - 3 comments' />
450450
</Post>
451451
```
452-
![](../../../screenshots/post-with-picture.png)
452+
![](../../../../screenshots/post-with-picture.png)
453453

454454
```javascript
455455
var comments = [
@@ -491,4 +491,4 @@ var attachments = [
491491

492492
</Post>
493493
```
494-
![](../../../screenshots/post-with-attachment.png)
494+
![](../../../../screenshots/post-with-attachment.png)

0 commit comments

Comments
 (0)