Skip to content

Commit

Permalink
fix links on overview page (#160)
Browse files Browse the repository at this point in the history
Some of the links were no longer working. Fixes #159.
  • Loading branch information
brharrington authored Mar 27, 2024
1 parent 07fe666 commit 69d7106
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,9 @@ name,requestsPerSecond,:eq,:and,
:rot,:vspan,60,:alpha,alert+triggered,:legend
```

See the [stack language](Stack Language) page for more information.
See the [stack language] page for more information.

[stack langauge]: asl/tutorial.md

## Memory Storage

Expand Down Expand Up @@ -244,7 +246,7 @@ failure will only impact a single mirror.
The publish cluster needs to know all of the instance in the mirror cluster and takes care of
splitting the traffic up so it goes to the correct shard. The set of mirror instances and shards
are assigned based on slots from the [Edda](https://github.com/Netflix/edda)
[autoScalingGroups API](https://github.com/Netflix/edda/wiki/REST#groupautoScalingGroups). Since
[autoScalingGroups API](https://netflix.github.io/edda/rest-api/#apiv2group). Since
the set of instances for the mirrors change rarely, the publish instances can cache the Edda
response and still retain successfully publish most data if Edda fails. If an instance is replaced
and we can't update data we would have partial loss for a single shard if the same shard was
Expand Down

0 comments on commit 69d7106

Please sign in to comment.