Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c2c6096

Browse files
Foxandxsswardbell
authored andcommitted
docs(server-communication): fix anchor link
closes #1537
1 parent 4acbef1 commit c2c6096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/server-communication.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ h2#fetch-data Fetch data with the #[b HeroService]
190190
We pass the resource URL to `get` and it calls the server which should return heroes.
191191
.l-sub-section
192192
:marked
193-
It *will* return heroes once we've set up the [in-memory web api](in-mem-web-api)
193+
It *will* return heroes once we've set up the [in-memory web api](#in-mem-web-api)
194194
described in the appendix below.
195195
Alternatively, we can (temporarily) target a JSON file by changing the endpoint URL:
196196
+makeExample('server-communication/ts/app/toh/hero.service.ts', 'endpoint-json')(format=".")

0 commit comments

Comments
 (0)