Skip to content

Commit 2cd3760

Browse files
committed
ReadMe: relative path to srceenshots.
1 parent e945677 commit 2cd3760

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Evolutility-UI-React is a set of **model-driven views** to Browse, Edit, List, Cards, and Charts data. With it you can build applications by writing models rather than code.
55

6-
![Edit](https://raw.githubusercontent.com/evoluteur/evolutility-ui-react/master/public/screenshots/comics/one-edit.gif)
6+
![Edit](public/screenshots/comics/one-edit.gif)
77

88

99
### Table of Contents
@@ -87,7 +87,7 @@ A large part of the API (methods, options and events) is similar in all views. S
8787
### Browse
8888
Shows all fields for viewing (read only). Fields are grouped in panels.
8989

90-
![Browse](https://raw.githubusercontent.com/evoluteur/evolutility-ui-react/master/public/screenshots/comics/one-browse.gif)
90+
![Browse](public/screenshots/comics/one-browse.gif)
9191

9292
Code: [/src/components/views/one/Browse.js](https://github.com/evoluteur/evolutility-ui-react/blob/master/src/components/views/one/Browse.js)
9393

@@ -99,7 +99,7 @@ This view shows all fields for edition to create or update records.
9999
It automatically performs validation based on the model.
100100
Fields are grouped in panels and tabs.
101101

102-
![Edit](https://raw.githubusercontent.com/evoluteur/evolutility-ui-react/master/public/screenshots/comics/one-edit.gif)
102+
![Edit](public/screenshots/comics/one-edit.gif)
103103

104104
Code: [/src/components/views/one/Edit.js](https://github.com/evoluteur/evolutility-ui-react/blob/master/src/components/views/one/Edit.js)
105105

@@ -115,7 +115,7 @@ View: [http://localhost:3000/comics/edit/{id}](http://localhost:3000/comics/edit
115115
### List
116116
Gives a tabular view of a collection.
117117

118-
![List](https://raw.githubusercontent.com/evoluteur/evolutility-ui-react/master/public/screenshots/comics/many-list.gif)
118+
![List](public/screenshots/comics/many-list.gif)
119119

120120
Code: [/src/components/views/many/List.js](https://github.com/evoluteur/evolutility-ui-react/blob/master/src/components/views/many/List.js)
121121

@@ -125,7 +125,7 @@ View: [http://localhost:3000/comics/list](http://localhost:3000/comics/list)
125125
### Cards
126126
Shows records side by side as cards.
127127

128-
![Cards](https://raw.githubusercontent.com/evoluteur/evolutility-ui-react/master/public/screenshots/comics/many-cards.gif)
128+
![Cards](public/screenshots/comics/many-cards.gif)
129129

130130
Code: [/src/components/views/many/Cards.js](https://github.com/evoluteur/evolutility-ui-react/blob/master/src/components/views/many/Cards.js)
131131

@@ -135,7 +135,7 @@ View: [http://localhost:3000/comics/cards](http://localhost:3000/comics/cards)
135135
### Charts
136136
Draws charts about the collection. Currently bars and pie charts are implemented, a list with count and percentages is also available. Only provided for fields of types like boolean, lov, integer, decimal, date... (not text or textmultilines).
137137

138-
![Charts](https://raw.githubusercontent.com/evoluteur/evolutility-ui-react/master/public/screenshots/comics/many-charts.gif)
138+
![Charts](public/screenshots/comics/many-charts.gif)
139139

140140
Code: [/src/components/views/charts/Charts.js](https://github.com/evoluteur/evolutility-ui-react/blob/master/src/components/views/charts/Charts.js)
141141

@@ -145,7 +145,7 @@ View: [http://localhost:3000/comics/charts](http://localhost:3000/comics/charts)
145145
### Stats
146146
Display last update, number of updates in the last week, and for numeric fields the min, max, count, average.
147147

148-
![Stats](https://raw.githubusercontent.com/evoluteur/evolutility-ui-react/master/public/screenshots/comics/many-stats.gif)
148+
![Stats](public/screenshots/comics/many-stats.gif)
149149

150150
Code: [/src/components/views/many/Stats.js](https://github.com/evoluteur/evolutility-ui-react/blob/master/src/components/views/many/Stats.js)
151151

@@ -158,7 +158,7 @@ View: [http://localhost:3000/comics/stats](http://localhost:3000/comics/stats)
158158
### REST API
159159
Documentation and test for the model's REST endpoints.
160160

161-
![API](https://raw.githubusercontent.com/evoluteur/evolutility-ui-react/master/public/screenshots/comics/doc-api.gif)
161+
![API](public/screenshots/comics/doc-api.gif)
162162

163163
Code: [/src/components/views/doc/Api.js](https://github.com/evoluteur/evolutility-ui-react/blob/master/src/components/views/doc/Api.js)
164164

0 commit comments

Comments
 (0)