← Prev in month ← Prev in thread
Next in thread → Next in month →

Fwd: Relative links example

From
Chet Ensign <>
Date
2016-11-17T19:29:51+00:00
ID
CAAwgnnNEQOGS-z3h6xqXMFhovwtpWkfU3+zbjK6=
Thread
Fwd: Relative links example
Good example of using relative links: is ebCore Agreement Update Specification Version 1.0.  (This was done with .ODT, but it's the same in MS-Word)

Look at the document:
http://docs.oasis-open.org/ebcore/ebcore-au/v1.0/csprd02/ebcore-au-v1.0-csprd02.html

Look at (for instance) Section 2.3.2
http://docs.oasis-open.org/ebcore/ebcore-au/v1.0/csprd02/ebcore-au-v1.0-csprd02.html#__RefHeading__1794_531080926

Look at the seventh bullet item:

Text:
The initiator MAY express the date and time by which it expect a response at the latest using the element RespondBy.

Here is the HTML code:

The initiator MAY express the date and time by which it expect a
response at the latest using the element <a
href="documentation/au.html#RespondBy">RespondBy</a>

If you mouse over the word "RespondBy", you will see:
http://docs.oasis-open.org/ebcore/ebcore-au/v1.0/csprd02/documentation/au.html#RespondBy.

The relative link simply begins with the name of the directory (documentation/) which is stored in the same directory as the specification, so we see:
Specification:
http://docs.oasis-open.org/ebcore/ebcore-au/v1.0/csprd02/ebcore-au-v1.0-csprd02.html
Directory:
http://docs.oasis-open.org/ebcore/ebcore-au/v1.0/csprd02/documentation/...
← Prev in month ← Prev in thread
Next in thread → Next in month →