From f48f142ebc5752a462a90bed4e474868d6760770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=B6tzinger?= Date: Thu, 6 Apr 2017 23:38:00 +0200 Subject: [PATCH] small adjustments --- radar/2017-03-01/hal-hateoas.md | 5 ++++- radar/2017-03-01/hystrix.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/radar/2017-03-01/hal-hateoas.md b/radar/2017-03-01/hal-hateoas.md index cb718a33..ed784eca 100644 --- a/radar/2017-03-01/hal-hateoas.md +++ b/radar/2017-03-01/hal-hateoas.md @@ -18,4 +18,7 @@ Let's assume we have a bank account and an action to deposit money on that accou Besides from HATEOAS there is an alternative implementation called Hypertext Application Language, in short HAL, which has much more features than the basic HATEOAS. -With HAL you are allowed to also define parametrized links, embedded resources and a documentation relation between resources which are called curies. You can find the specification [here](http://stateless.co/hal_specification.html). +With HAL you are allowed to also define parametrized links, embedded resources and documentation relations (which are called curies). You can find the specification here. +[http://stateless.co/hal_specification.html](http://stateless.co/hal_specification.html) + +If you want to link different api endpoints or ressource locations in your API responses you should use this standard. \ No newline at end of file diff --git a/radar/2017-03-01/hystrix.md b/radar/2017-03-01/hystrix.md index b22395c4..5ed4dab1 100644 --- a/radar/2017-03-01/hystrix.md +++ b/radar/2017-03-01/hystrix.md @@ -14,4 +14,4 @@ Hystrix is a very powerful library for handling failures, fallbacks and latency Beside from that purposes Hystrix also offers some helpful features like parallel and asynchronous execution, In-Request-Caching and other useful features for working with distributed systems. -Another useful component that you are able to use with Hystrix is his powerful dashboard that give you the ability of real time monitoring of external dependencies and how they are behave. Alerting is also able with that powerful dashboard. +Another useful component that you are able to use with Hystrix is his dashboard that give you the ability of real time monitoring of external dependencies and how they behave. Alerting is also able via the dashboard.