Skip to content

Commit 9fbf917

Browse files
committed
fix version not included
1 parent 67ca1d9 commit 9fbf917

4 files changed

Lines changed: 11 additions & 9 deletions

File tree

docs/de/book/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Dieses Jar-Datei ist plattformunabhängig und kann auf jedem Betriebssystem verw
1313

1414
Die Quelltexte können hier heruntergeladen werden:
1515

16-
::download[Sources]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch-{{version}}-sources.jar"}
16+
::download[Sources]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch-{{VERSION}}-sources.jar"}
1717

1818
Wenn auch die JavaDoc, also die Dokumentation der Klassen, benötigt wird, kann diese hier heruntergeladen werden:
1919

20-
::download[JavaDoc]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch-{{version}}-javadoc.jar"}
20+
::download[JavaDoc]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch-{{VERSION}}-javadoc.jar"}
2121

2222
Am Besten fügt man alle drei Jar-Dateien hinzu, damit die Autovervollständigung und das nachschauen in der Dokumentation in der IDE funktioniert.
2323

docs/de/book/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ Wenn du die beiden Projekte selber vergleichen möchtest, dann kannst du dir die
1616

1717
- Scratch: https://scratch.mit.edu/projects/338613208
1818
- BlueJ: [Quelltext auf GitHub](https://github.com/openpatch/scratch-for-java/blob/main/docs/archives/Halloween) oder [Projekt Halloween.zip](/archives/Halloween.zip)
19+
20+
## Special Thanks
21+
22+
The Scratch for Java library is profiled using [Java Profiler](https://www.ej-technologies.com/products/jprofiler/overview.html)
23+
24+
[![Java Profiler](https://www.ej-technologies.com/images/product_banners/jprofiler_large.png)](https://www.ej-technologies.com/products/jprofiler/overview.html)

docs/en/book/download.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ This JAR file is platform-independent and can be used on any operating system th
1313

1414
The source code can be downloaded here:
1515

16-
::download[Sources]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch-{{version}}-sources.jar"}
16+
::download[Sources]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch-{{VERSION}}-sources.jar"}
1717

1818
If you also need the JavaDoc, i.e., the documentation of the classes, it can be downloaded here:
1919

20-
::download[JavaDoc]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch-{{version}}-javadoc.jar"}
20+
::download[JavaDoc]{src="https://github.com/openpatch/scratch-for-java/releases/latest/download/scratch-{{VERSION}}-javadoc.jar"}
2121

2222
It is best to add all three JAR files so that autocomplete and documentation lookup work correctly in your IDE.
2323

docs/en/book/index.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Welcome
33
hide: true
44
---
55

6-
# Scratch for Java
6+
# Scratch for Java (Version {{VERSION}})
77

88
To ease the transition from the block-based programming environment
99
[Scratch](scratch.mit.edu) to Java this
@@ -20,10 +20,6 @@ If you want to compare it yourself, you can take a look inside both projects:
2020

2121
## Special Thanks
2222

23-
The Scratch for Java website is hosted on [Vercel](https://vercel.com).
24-
25-
[![Vercel](https://www.datocms-assets.com/31049/1618983297-powered-by-vercel.svg)](https://vercel.com?utm_source=openpatch&utm_campaign=oss)
26-
2723
The Scratch for Java library is profiled using [Java Profiler](https://www.ej-technologies.com/products/jprofiler/overview.html)
2824

2925
[![Java Profiler](https://www.ej-technologies.com/images/product_banners/jprofiler_large.png)](https://www.ej-technologies.com/products/jprofiler/overview.html)

0 commit comments

Comments
 (0)