From 82eed5f12cf38d7627cc1aecbd6886046225ccd4 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 21 Jun 2016 18:14:08 +0000 Subject: [PATCH] Merge branch 'add_link_to_sidekiq_api' into 'master' Add missing link to sidekiq metrics in API README See merge request !4837 --- doc/api/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/README.md b/doc/api/README.md index 73f4460368..288f7f9ee6 100644 --- a/doc/api/README.md +++ b/doc/api/README.md @@ -32,6 +32,7 @@ following locations: - [Services](services.md) - [Session](session.md) - [Settings](settings.md) +- [Sidekiq metrics](sidekiq_metrics.md) - [System Hooks](system_hooks.md) - [Tags](tags.md) - [Users](users.md)