Skip to content

Commit

Permalink
fixed some broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
nustiueudinastea committed Mar 13, 2017
1 parent 4a11b58 commit ceb966b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The application is the user-facing part of an online shop that sells socks. It i

It is built using [Spring Boot](http://projects.spring.io/spring-boot/), [Go kit](http://gokit.io) and [Node.js](https://nodejs.org/) and is packaged in Docker containers.

You can read more about the [application design](./docs/internal-docs/design.md).
You can read more about the [application design](./internal-docs/internal-docs/design.md).

## Deployment Platforms

Expand Down
2 changes: 1 addition & 1 deletion internal-docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To this end, it aims to:

### Architecture

![Architecture diagram](../assets/Architecture.png "Architecture")
![Architecture diagram](https://github.com/microservices-demo/microservices-demo.github.io/blob/05373fd7a23c7e49423c4e8941f01293b9c37cc5/assets/Architecture.png "Architecture")

The architecture of the demo microserivces application was intentionally designed to provide as many microservices as possible. If you are considering your own design, we would recommend the iterative approach, whereby you only define new microservices when you see issues (performance/testing/coupling) developing in your application.

Expand Down

0 comments on commit ceb966b

Please sign in to comment.