Skip to content

Commit 268df57

Browse files
EItanyaRick Ducott
authored and
Rick Ducott
committed
fixed broken links (#15)
1 parent b4482c3 commit 268df57

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
<h1 align="center">
4-
<img src="docs/Sqoop.png" alt="Sqoop" width="200" height="183">
4+
<img src="https://sqoop.solo.io/img/Sqoop.png" alt="Sqoop" width="200" height="183">
55
<br>
66
GraphQL for Monolith, Microservices, and Serverless
77
</h1>
@@ -17,7 +17,7 @@ for security, load balancing, and more.
1717

1818
<BR>
1919
<p align="center">
20-
<img src="docs/introduction/high_level_architecture.png" alt="Sqoop" width="776" height="400">
20+
<img src="https://sqoop.solo.io/img/high_level_architecture.png" alt="Sqoop" width="776" height="400">
2121
</p>
2222
<BR>
2323

@@ -60,16 +60,16 @@ of data sources Sqoop can connect to.
6060
## Documentation
6161

6262
### Installation:
63-
* [Installing locally Docker-Compose](docs/installation/docker.md): Installation guide for Docker-Compose (easiest way to get started)
64-
* [Installing on Kubernetes](docs/installation/kubernetes.md): Installation guide for Kubernetes
63+
* [Installing locally Docker-Compose](https://sqoop.solo.io/installation/docker/): Installation guide for Docker-Compose (easiest way to get started)
64+
* [Installing on Kubernetes](https://sqoop.solo.io/installation/kubernetes/): Installation guide for Kubernetes
6565

6666
### Getting Started:
67-
* [Getting Started on Docker-Compose](docs/getting_started/docker/1.md): Getting started with Docker (recommended for first time users)
68-
* [Getting Started on Kubernetes](docs/getting_started/kubernetes/1.md): Getting started with Kubernetes (recommended for first time users)
67+
* [Getting Started on Docker-Compose](https://sqoop.solo.io/getting_started/docker/): Getting started with Docker (recommended for first time users)
68+
* [Getting Started on Kubernetes](https://sqoop.solo.io/getting_started/kubernetes/): Getting started with Kubernetes (recommended for first time users)
6969

7070
### v1 API reference:
71-
* [Schemas](docs/v1/schema.md): API Specification for proving your GraphQL Schemas to Sqoop
72-
* [ResolverMaps](docs/v1/resolver_map.md): API Reference for ResolverMaps, which map your data sources to your Schemas
71+
* [Schemas](https://sqoop.solo.io/v1/github.com/solo-io/sqoop/api/v1/schema.proto.sk/): API Specification for proving your GraphQL Schemas to Sqoop
72+
* [ResolverMaps](https://sqoop.solo.io/v1/github.com/solo-io/sqoop/api/v1/resolver_map.proto.sk/): API Reference for ResolverMaps, which map your data sources to your Schemas
7373

7474

7575
Blogs & Demos

0 commit comments

Comments
 (0)