From 37ae62069682bb14c2be4ee03f7cd5894314a9ae Mon Sep 17 00:00:00 2001 From: savil Date: Mon, 8 Apr 2019 11:02:49 -0700 Subject: [PATCH] README fixes for images the directory refactoring left these image URLs dangling --- .../sample-apps/nextjs-8-serverless/with-apollo/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/sample-apps/nextjs-8-serverless/with-apollo/README.md b/community/sample-apps/nextjs-8-serverless/with-apollo/README.md index a5ecf798283e2..106400595a625 100644 --- a/community/sample-apps/nextjs-8-serverless/with-apollo/README.md +++ b/community/sample-apps/nextjs-8-serverless/with-apollo/README.md @@ -17,15 +17,15 @@ Open Hasura console: visit https://my-app.herokuapp.com on a browser Navigate to `Data` section in the top nav bar and create a table as follows: - ![Create author table](../gatsby-postgres-graphql/assets/add_table.jpg) + ![Create author table](../../gatsby-postgres-graphql/assets/add_table.jpg) - Insert sample data into `author` table: - ![Insert data into author table](../gatsby-postgres-graphql/assets/insert_data.jpg) + ![Insert data into author table](../../gatsby-postgres-graphql/assets/insert_data.jpg) Verify if the row is inserted successfully - ![Insert data into author table](../gatsby-postgres-graphql/assets/browse_rows.jpg) + ![Insert data into author table](../../gatsby-postgres-graphql/assets/browse_rows.jpg) - Clone this repo: ```bash