Skip to content

Commit

Permalink
Removed last slash from example default base URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinke Hoekstra committed Feb 2, 2015
1 parent 8c61c3a commit af2bd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/config-template.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Requests to brwsr only include the local name (i.e. the the part after the third slash '/'),
# the DEFAULT_BASE is *always* prepended to this local name to make up the URI that's used to
# query the triple store
# e.g. "http://dbpedia.org/"
# e.g. "http://dbpedia.org" (without the last slash!)
DEFAULT_BASE = "http://your.base.uri.here"

# The LOCAL_DOCUMENT_INFIX is the infix used between the DEFAULT_BASE and the local name of the URI
Expand Down

0 comments on commit af2bd1f

Please sign in to comment.