From e3f4dc886f47d99d46d8fb2de55cb590bfcb72fe Mon Sep 17 00:00:00 2001 From: Randy Coulman Date: Fri, 5 Jun 2026 10:15:47 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD=EF=B8=8F=20Update=20hexdocs=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit HexDocs has [switched to per-package subdomains](https://hex.pm/blog/hexdocs-per-package-subdomains), so we update our documentation link to match. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94640a7..3d02025 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Status](https://github.com/randycoulman/mix_test_interactive/actions/workflows/c [![Module Version](https://img.shields.io/hexpm/v/mix_test_interactive.svg)](https://hex.pm/packages/mix_test_interactive) [![Hex -Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://hexdocs.pm/mix_test_interactive/) +Docs](https://img.shields.io/badge/hex-docs-lightgreen.svg)](https://mix-test-interactive.hexdocs.pm) [![License](https://img.shields.io/hexpm/l/mix_test_interactive.svg)](https://github.com/randycoulman/mix_test_interactive/blob/master/LICENSE.md) `mix test.interactive` is an interactive test runner for ExUnit tests.