Skip to content

Commit 5250b4a

Browse files
authored
Fix broken image links in the README
1 parent 7eb23e1 commit 5250b4a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This project has been designed with scalability in mind to fit requirements from
3434
## How it works
3535

3636
<p align="center" style="margin: 60px 0">
37-
<img width="100%" src="https://www.forestadmin.com/public/img/illustrations-dev/schema-1.png" alt="Howitworks">
37+
<img width="100%" src="https://forest-assets.s3.amazonaws.com/Github+README+assets/howitworks.png" alt="Howitworks">
3838
</p>
3939

4040
Forest Admin consists of two components:
@@ -55,23 +55,23 @@ All of your CRUD operations are natively supported. The API automatically
5555
supports your data models' validation and allows you to easily extend or
5656
override any API routes' with your very own custom logic.
5757

58-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-CRUD.jpg" alt="CRUD">
58+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/crud.jpeg" alt="CRUD">
5959

6060
### Search & Filters
6161

6262
Forest Admin has a built-in search allowing you to run basic queries to
6363
retrieve your application's data. Set advanced filters based on fields and
6464
relationships to handle complex search use cases.
6565

66-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Search.jpg" alt="Search and Filters">
66+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/search+filters.jpeg" alt="Search and Filters">
6767

6868
### Sorting & Pagination
6969

7070
Sorting and pagination features are natively handled by the Admin API. We're
7171
continuously optimizing how queries are run in order to display results faster
7272
and reduce the load of your servers.
7373

74-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Sorting.jpg" alt="Sorting and Pagination">
74+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/sorting+pagination.jpeg" alt="Sorting and Pagination">
7575

7676
### Custom action
7777

@@ -80,49 +80,49 @@ a custom logic. With virtually no limitations, you can extend the way you
8080
manipulate data and trigger actions (e.g. refund a customer, apply a coupon,
8181
ban a user, etc.)
8282

83-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Custom.jpg" alt="Sorting and Pagination">
83+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/custom+actions.jpeg" alt="Sorting and Pagination">
8484

8585
### Export
8686

8787
Sometimes you need to export your data to a good old fashioned CSV. Yes, we
8888
know this can come in handy sometimes :-)
8989

90-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Export.jpg" alt="Export">
90+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/exports.jpeg" alt="Export">
9191

9292
### Segments
9393

9494
Get in app access to a subset of your application data by doing a basic search
9595
or typing an SQL query or implementing an API route.
9696

97-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Segments.jpg" alt="Segments">
97+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/segments.jpeg" alt="Segments">
9898

9999
### Dashboards
100100

101101
Forest Admin is able to tap into your actual data to chart out your metrics
102102
using a simple UI panel, a SQL query or a custom API call.
103103

104-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Dashboard.jpg" alt="Dashboard">
104+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/dashboards.jpeg" alt="Dashboard">
105105

106106
### WYSIWYG
107107

108108
The WYSIWYG interface saves you a tremendous amount of frontend development
109109
time using drag'n'drop as well as advanced widgets to build customizable views.
110110

111-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Wysiwyg.jpg" alt="WYSIWYG">
111+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/wysiwyg.jpeg" alt="WYSIWYG">
112112

113113
### Custom HTML/JS/CSS
114114

115115
Code your own views using JS, HTML, and CSS to display your application data in
116116
a more appropriate way (e.g. Kanban, Map, Calendar, Gallery, etc.).
117117

118-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-CustomHTML.jpg" alt="Custom views">
118+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/smart+views.jpeg" alt="Custom views">
119119

120120
### Team-based permissions
121121

122122
Without any lines of code, manage directly from the UI who has access or can
123123
act on which data using a team-based permission system.
124124

125-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Teams.jpg" alt="Team based permissions">
125+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/teams.jpeg" alt="Team based permissions">
126126

127127
### Third-party integrations
128128

@@ -131,21 +131,21 @@ application’s data and providing it directly to your Admin Panel. All your
131131
actions can be performed at the same place, bringing additional intelligence to
132132
your Admin Panel and ensuring consistency.
133133

134-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-3rdParty.jpg" alt="Third-party integrations">
134+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/integrations.jpeg" alt="Third-party integrations">
135135

136136
### Notes & Comments
137137

138138
Assign your teammates to specific tasks, leave a note or simply comment a
139139
record, thereby simplifying collaboration all across your organization.
140140

141-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Notes.jpg" alt="Notes and Comments">
141+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/notes+comments.jpeg" alt="Notes and Comments">
142142

143143
### Activity logs
144144

145145
Monitor each action executed and follow the trail of modification on any data
146146
with an extensive activity log system.
147147

148-
<img src="https://www.forestadmin.com/public/img/illustrations-dev/screens/ForestWebsite20-Activity.jpg" alt="Activity logs">
148+
<img src="https://forest-assets.s3.amazonaws.com/Github+README+assets/activity+logs.jpeg" alt="Activity logs">
149149

150150
## Community
151151

0 commit comments

Comments
 (0)