Skip to content

Commit

Permalink
adjust path within docSet.dsidx
Browse files Browse the repository at this point in the history
  • Loading branch information
drewda committed Jan 30, 2019
1 parent e1c727a commit 4a5e4b3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private
end

def parse_doc_into_db(doc, db)
file_name = "./leafletjs.com/#{FILE_NAME}"
file_name = "leafletjs.com/#{FILE_NAME}"
doc.css('h2').each do |heading2|
name = heading2.content
type = determine_type(heading2)
Expand Down
Binary file modified dist/Leaflet.tgz
Binary file not shown.
Binary file modified dist/leaflet.docset/Contents/Resources/docSet.dsidx
Binary file not shown.

0 comments on commit 4a5e4b3

Please sign in to comment.