From d5a6f53a83ddef74b2f37bf43429df09b3cf8350 Mon Sep 17 00:00:00 2001 From: Paul Morie Date: Wed, 23 Sep 2015 14:45:00 -0400 Subject: [PATCH] Add link to dev e2e docs from api_changes doc --- docs/devel/api_changes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/devel/api_changes.md b/docs/devel/api_changes.md index e0a65fe0092..b9fcd3925f0 100644 --- a/docs/devel/api_changes.md +++ b/docs/devel/api_changes.md @@ -508,8 +508,8 @@ doing! ## Write end-to-end tests -This is, sadly, still sort of painful. Talk to us and we'll try to help you -figure out the best way to make sure your cool feature keeps working forever. +Check out the [E2E docs](e2e-tests.md) for detailed information about how to write end-to-end +tests for your feature. ## Examples and docs