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 )
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 , 4 years ago
comment:2 by , 4 years ago
Description: | modified (diff) |
---|
comment:3 by , 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 , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Just use http://localhost:8080/rasdaman/ows instead of http(s):${endpoint url}