Skip to content

Commit

Permalink
chore: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
onehassan committed Nov 1, 2023
1 parent 24959d3 commit cf624df
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Nhost consists of open source software:
- Authentication: [Hasura Auth](https://github.com/nhost/hasura-auth/)
- Storage: [Hasura Storage](https://github.com/nhost/hasura-storage)
- Serverless Functions: Node.js (JavaScript and TypeScript)
- [Nhost CLI](https://docs.nhost.io/reference/cli) for local development
- [Nhost CLI](https://docs.nhost.io/cli) for local development

## Architecture of Nhost

Expand Down
8 changes: 4 additions & 4 deletions packages/nhost_auth_dart/example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nhost SDK Examples

* [Authentication API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/auth_example.dart): Basic use of the Auth API
* [Storage API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/storage_example.dart): Basic use of the Storage API
* [Image storage example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/image_storage_example.dart): Backend image processing example
* [Serverless functions example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/functions_example.dart): Running a serverless function
- [Authentication API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/auth_example.dart): Basic use of the Auth API
- [Storage API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/storage_example.dart): Basic use of the Storage API
- [Image storage example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/image_storage_example.dart): Backend image processing example
- [Serverless functions example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/functions_example.dart): Running a serverless function
8 changes: 4 additions & 4 deletions packages/nhost_dart/example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nhost SDK Examples

* [Authentication API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/auth_example.dart): Basic use of the Auth API
* [Storage API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/storage_example.dart): Basic use of the Storage API
* [Image storage example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/image_storage_example.dart): Backend image processing example
* [Serverless functions example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/functions_example.dart): Running a serverless function
- [Authentication API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/auth_example.dart): Basic use of the Auth API
- [Storage API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/storage_example.dart): Basic use of the Storage API
- [Image storage example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/image_storage_example.dart): Backend image processing example
- [Serverless functions example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/functions_example.dart): Running a serverless function
8 changes: 4 additions & 4 deletions packages/nhost_functions_dart/example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nhost SDK Examples

* [Authentication API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/auth_example.dart): Basic use of the Auth API
* [Storage API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/storage_example.dart): Basic use of the Storage API
* [Image storage example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/image_storage_example.dart): Backend image processing example
* [Serverless functions example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/functions_example.dart): Running a serverless function
- [Authentication API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/auth_example.dart): Basic use of the Auth API
- [Storage API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/storage_example.dart): Basic use of the Storage API
- [Image storage example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/image_storage_example.dart): Backend image processing example
- [Serverless functions example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/functions_example.dart): Running a serverless function
8 changes: 4 additions & 4 deletions packages/nhost_storage_dart/example/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nhost SDK Examples

* [Authentication API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/auth_example.dart): Basic use of the Auth API
* [Storage API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/storage_example.dart): Basic use of the Storage API
* [Image storage example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/image_storage_example.dart): Backend image processing example
* [Serverless functions example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_sdk/example/lib/functions_example.dart): Running a serverless function
- [Authentication API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/auth_example.dart): Basic use of the Auth API
- [Storage API example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/storage_example.dart): Basic use of the Storage API
- [Image storage example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/image_storage_example.dart): Backend image processing example
- [Serverless functions example](https://github.com/nhost/nhost-dart/tree/main/packages/nhost_dart/example/lib/functions_example.dart): Running a serverless function

0 comments on commit cf624df

Please sign in to comment.