Skip to content
Snippets Groups Projects
Commit 60bce957 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Update Jekyll plugin to look at Scala 2.9.2 docs

parent aa50d5b9
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ cd("docs")
# Copy over the scaladoc from each project into the docs directory.
# This directory will be copied over to _site when `jekyll` command is run.
projects.each do |project_name|
source = "../" + project_name + "/target/scala-2.9.1/api"
source = "../" + project_name + "/target/scala-2.9.2/api"
dest = "api/" + project_name
puts "echo making directory " + dest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment