From c85f799ade0710dd27838e8bfc78989c80213d6a Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 12 Sep 2012 10:12:13 +0100 Subject: Updating docs --- docs/api-guide/reverse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api-guide/reverse.md') diff --git a/docs/api-guide/reverse.md b/docs/api-guide/reverse.md index 6e42b68e..f3cb0c64 100644 --- a/docs/api-guide/reverse.md +++ b/docs/api-guide/reverse.md @@ -1,12 +1,12 @@ -# Returning URIs from your Web APIs +# Returning URLs > The central feature that distinguishes the REST architectural style from other network-based styles is its emphasis on a uniform interface between components. > > — Roy Fielding, [Architectural Styles and the Design of Network-based Software Architectures][cite] -As a rule, it's probably better practice to return absolute URIs from you web APIs, such as `http://example.com/foobar`, rather than returning relative URIs, such as `/foobar`. +As a rule, it's probably better practice to return absolute URIs from you Web APIs, such as `http://example.com/foobar`, rather than returning relative URIs, such as `/foobar`. The advantages of doing so are: -- cgit v1.2.3