Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
Fix broken image links
Browse files Browse the repository at this point in the history
  • Loading branch information
JMHReif committed Jun 8, 2020
1 parent 3cc1b2d commit 5ee47bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion render.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require './html_transformer' # Neo Tech specific

ASCIIDOC_TEMPLATES_DIR = ENV['ASCIIDOC_TEMPLATES_DIR'] || '_templates'
IMAGE_BASE_URL = ENV['IMAGE_BASE_URL'] || 'https://dist.neo4j.com/wp-content/uploads'
IMAGE_BASE_URL = ENV['IMAGE_BASE_URL'] || 'https://dist.neo4j.com/wp-content/uploads/'
EXAMPLES = ENV['EXAMPLES'] || 'https://github.com/neo4j-examples'
CYPHERMANUAL = ENV['CYPHERMANUAL'] || 'https://neo4j.com/docs/cypher-manual/current'
DRIVERMANUAL = ENV['DRIVERMANUAL'] || 'https://neo4j.com/docs/driver-manual/current'
Expand Down
2 changes: 1 addition & 1 deletion render_stdout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
require './html_transformer' # Neo Tech specific

ASCIIDOC_TEMPLATES_DIR = ENV['ASCIIDOC_TEMPLATES_DIR'] || '_templates'
IMAGE_BASE_URL = ENV['IMAGE_BASE_URL'] || 'https://dist.neo4j.com/wp-content/uploads' # '.'
IMAGE_BASE_URL = ENV['IMAGE_BASE_URL'] || 'https://dist.neo4j.com/wp-content/uploads/' # '.'
EXAMPLES = ENV['EXAMPLES'] || 'https://github.com/neo4j-examples'
CYPHERMANUAL = ENV['CYPHERMANUAL'] || 'https://neo4j.com/docs/cypher-manual/current'
DRIVERMANUAL = ENV['DRIVERMANUAL'] || 'https://neo4j.com/docs/driver-manual/current'
Expand Down

0 comments on commit 5ee47bc

Please sign in to comment.