Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
darkleaf committed Oct 25, 2018
1 parent be775f6 commit ef49b7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/1-clojure/4-polymorphism.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,8 @@ String.prototype.foo = function() { return "foo" };
## Benchmark

Бенчмарк с помощью [criterium](https://github.com/hugoduncan/criterium).
Исходники в виде проекта можно получить [тут](sources/1-clojure/4-polymorphism/bench).
Исходники в виде проекта можно получить
[тут](https://github.com/darkleaf/app-from-scratch/tree/master/sources/1-clojure/4-polymorphism/bench).

```clojure
(ns bench.bench
Expand Down
2 changes: 1 addition & 1 deletion docs/3-core/1-domain/2-aggregate-and-identity.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Агрегат

Ранее мы уже знакомились с [Агрегатами](/2-design/3-ddd).
Ранее мы уже знакомились с [Агрегатами](/2-design/4-ddd).
Теперь поговорим об их реализации.

Возьмем сущности пост и комментарий.
Expand Down
2 changes: 1 addition & 1 deletion docs/3-core/2-use-cases/5-implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
```

Для моделирования вычислений, могут окончиться неудачей воспользуемся монадой either,
которую мы реализовывали [ранее](/1-clojure/6-practice).
которую мы реализовывали [ранее](/1-clojure/7-either).

Спецификация `process` описывает все возможные ответы.

Expand Down

0 comments on commit ef49b7d

Please sign in to comment.