From 1ec98b75dc74e73eb908f899692f003c5d645cfa Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Mon, 18 May 2015 17:14:16 +0800 Subject: [PATCH] Update 35.3. Testing Spring Boot applications.md --- .../35.3. Testing Spring Boot applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IV. Spring Boot features/35.3. Testing Spring Boot applications.md b/IV. Spring Boot features/35.3. Testing Spring Boot applications.md index 5a987cf..011e046 100644 --- a/IV. Spring Boot features/35.3. Testing Spring Boot applications.md +++ b/IV. Spring Boot features/35.3. Testing Spring Boot applications.md @@ -41,4 +41,4 @@ public class SomeIntegrationTests { // ... } ``` -可以查看[Section 64.4, “Discover the HTTP port at runtime”](),它描述了如何在测试期间发现分配的实际端口。 +可以查看[Section 64.4, “Discover the HTTP port at runtime”](../IX. ‘How-to’ guides/64.4. Discover the HTTP port at runtime.md),它描述了如何在测试期间发现分配的实际端口。