Skip to content

Commit f48d3fa

Browse files
author
Federico Fissore
committed
Updated bundled reference
1 parent 5b2ef53 commit f48d3fa

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

app/src/processing/app/Base.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1956,7 +1956,7 @@ static public void registerWindowCloseKeys(JRootPane root,
19561956

19571957

19581958
static public void showReference(String filename) {
1959-
showReference("reference/arduino.cc/en", filename);
1959+
showReference("reference/www.arduino.cc/en", filename);
19601960
}
19611961

19621962
static public void showReference(String prefix, String filename) {

build/build.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,14 @@
145145
<fileset dir="shared/examples" />
146146
</copy>
147147

148+
<mkdir dir="${target.path}/reference"/>
149+
148150
<!-- Unzip documentation -->
149151
<antcall target="unzip">
150-
<param name="archive_file" value="shared/reference-1.6.0.zip" />
151-
<param name="archive_url" value="http://downloads.arduino.cc/reference-1.6.0.zip" />
152-
<param name="final_folder" value="${target.path}/reference" />
153-
<param name="dest_folder" value="${target.path}" />
152+
<param name="archive_file" value="shared/reference-1.6.6-tmp1.zip" />
153+
<param name="archive_url" value="http://downloads.arduino.cc/reference-1.6.6-tmp1.zip" />
154+
<param name="final_folder" value="${target.path}/reference/www.arduino.cc" />
155+
<param name="dest_folder" value="${target.path}/reference/" />
154156
</antcall>
155157
<antcall target="unzip">
156158
<param name="archive_file" value="shared/Galileo_help_files-1.6.2.zip" />

build/shared/reference-1.6.0.zip.sha

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
426131c250e7d5521738bba8d7b842bb8e98d847

0 commit comments

Comments
 (0)