diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index c28b30db8c..96079203e1 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -398,7 +398,7 @@ Here, the _base URL_ is the `heroesURL` defined in the [Heroes and HTTP](tutoria the number of the hero that you want to retrieve. For example, `api/heroes/11`. Add a `HeroService.getHero()` method to make that request: -这里的 `baseURL` 就是在 [英雄列表与 HTTP](http://localhost:4800/tutorial/toh-pt6#heroes-and-http) 部分定义过的 `heroesURL`(`api/heroes`)。而 `id` 则是你要获取的英雄的编号,比如,`api/heroes/11`。 +这里的 `baseURL` 就是在 [英雄列表与 HTTP](tutorial/toh-pt6#heroes-and-http) 部分定义过的 `heroesURL`(`api/heroes`)。而 `id` 则是你要获取的英雄的编号,比如,`api/heroes/11`。 添加一个 `HeroService.getHero()` 方法,以发起该请求: