Opened 4 years ago

Closed 4 years ago

#2327 closed defect (fixed)

doc - use ${variable} for string place holder

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 10.0
Component: doc Version: 9.8
Keywords: Cc: Dimitar Misev, Vlad Merticariu, Peter Baumann
Complexity: Medium

Description (last modified by Peter Baumann)

Rasdaman doc should use one format for variable. The selected format is ${variable}, e.g:

http(s)://<endpoint url>

should be

http(s)://{endpoint-url}  (default: http://localhost:8080/rasdaman/ows)

Change History (4)

comment:1 by Dimitar Misev, 4 years ago

Just use http://localhost:8080/rasdaman/ows instead of http(s):${endpoint url}

comment:2 by Peter Baumann, 4 years ago

Description: modified (diff)

comment:3 by Peter Baumann, 4 years ago

let us use abbreviations indeed, and the URL already contains the URL scheme so we do not need "http(s):".

comment:4 by Bang Pham Huu, 4 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.