community: update paths for sample-apps (close #1915) (#2723)

This commit is contained in:
Praveen Durairaj 2019-08-14 12:35:44 +05:30 committed by Shahidh K Muhammed
parent 8af9e33b1a
commit 230d8efb40
9 changed files with 11 additions and 11 deletions

View File

@ -145,7 +145,7 @@ class App extends Component {
*/} */}
<span className="footerLinkPadd"> <span className="footerLinkPadd">
<a <a
href="https://github.com/hasura/graphql-engine/tree/master/community/examples/react-apollo-todo" href="https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/react-apollo-todo"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
> >

View File

@ -9,7 +9,7 @@
Backend Backend
</a> </a>
&nbsp; | &nbsp; &nbsp; | &nbsp;
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-chat-vue" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/realtime-chat-vue" target="_blank" rel="noopener noreferrer">
Source Source
</a> </a>
&nbsp; | &nbsp; &nbsp; | &nbsp;

View File

@ -103,7 +103,7 @@ class Chat extends React.Component {
Backend Backend
</a> </a>
&nbsp; | &nbsp; &nbsp; | &nbsp;
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-chat" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/realtime-chat" target="_blank" rel="noopener noreferrer">
Source Source
</a> </a>
&nbsp; | &nbsp; &nbsp; | &nbsp;

View File

@ -157,7 +157,7 @@ class Vehicle extends Component { constructor() {
Backend Backend
</a> </a>
&nbsp; | &nbsp; &nbsp; | &nbsp;
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-location-tracking" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/realtime-location-tracking" target="_blank" rel="noopener noreferrer">
Source Source
</a> </a>
<div className="footer-small-text"> <div className="footer-small-text">

View File

@ -27,7 +27,7 @@ hosted on GitHub pages and the Postgres+GraphQL Engine is running on Postgres.
- Clone this repo: - Clone this repo:
```bash ```bash
git clone https://github.com/hasura/graphql-engine git clone https://github.com/hasura/graphql-engine
cd graphql-engine/community/examples/realtime-poll cd graphql-engine/community/sample-apps/realtime-poll
``` ```
- [Install Hasura CLI](https://docs.hasura.io/1.0/graphql/manual/hasura-cli/install-hasura-cli.html) - [Install Hasura CLI](https://docs.hasura.io/1.0/graphql/manual/hasura-cli/install-hasura-cli.html)
- Goto `hasura/` and edit `config.yaml`: - Goto `hasura/` and edit `config.yaml`:

View File

@ -47,7 +47,7 @@ class App extends Component {
Backend Backend
</a> </a>
&nbsp; | &nbsp; &nbsp; | &nbsp;
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/realtime-poll" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/realtime-poll" target="_blank" rel="noopener noreferrer">
Source Source
</a> </a>
<div className="footer-small-text"><span>(The database resets every 24 hours)</span></div> <div className="footer-small-text"><span>(The database resets every 24 hours)</span></div>

View File

@ -9,9 +9,9 @@ GraphQL Engine](https://github.com/hasura/graphql-engine).
A searchable book library is shown where user can add title and author for new A searchable book library is shown where user can add title and author for new
books. When a new book in inserted into the database using [GraphQL books. When a new book in inserted into the database using [GraphQL
Mutation](https://github.com/hasura/graphql-engine/blob/master/community/examples/serverless-etl/index.js#L36), Mutation](https://github.com/hasura/graphql-engine/blob/master/community/sample-apps/serverless-etl/index.js#L36),
a [Google Cloud a [Google Cloud
Function](https://github.com/hasura/graphql-engine/blob/master/community/examples/serverless-etl/cloudfunction/index.js) Function](https://github.com/hasura/graphql-engine/blob/master/community/sample-apps/serverless-etl/cloudfunction/index.js)
is triggered which updates an Algolia search index. On the search screen, user is triggered which updates an Algolia search index. On the search screen, user
can search through this index and results are shown using Algolia APIs. As many can search through this index and results are shown using Algolia APIs. As many
users add more books, the search index gets bigger. users add more books, the search index gets bigger.

View File

@ -78,7 +78,7 @@
<div id="pagination"></div> <div id="pagination"></div>
</main> </main>
<div class="pt-2"> <div class="pt-2">
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/serverless-etl#architecture" target="_blank"> <a href="https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/serverless-etl#architecture" target="_blank">
<img class="col-6 img-fluid" src="arch.png" /> <img class="col-6 img-fluid" src="arch.png" />
</a> </a>
</div> </div>
@ -98,7 +98,7 @@
Backend Backend
</a> </a>
&nbsp; | &nbsp; &nbsp; | &nbsp;
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/serverless-etl" target="_blank"> <a href="https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/serverless-etl" target="_blank">
Source Source
</a> </a>
<div class="footer-small-text"><span>(The database resets every 24 hours)</span></div> <div class="footer-small-text"><span>(The database resets every 24 hours)</span></div>

View File

@ -94,7 +94,7 @@
Backend Backend
</a> </a>
&nbsp; | &nbsp; &nbsp; | &nbsp;
<a href="https://github.com/hasura/graphql-engine/tree/master/community/examples/serverless-push" target="_blank"> <a href="https://github.com/hasura/graphql-engine/tree/master/community/sample-apps/serverless-push" target="_blank">
Source Source
</a> </a>
<div class="footer-small-text"><span>(The database resets every 24 hours)</span></div> <div class="footer-small-text"><span>(The database resets every 24 hours)</span></div>