Skip to content

Commit 6a4864d

Browse files
committed
tweak the welcome screen (agh), note that it needs to be fixed
1 parent 3effcae commit 6a4864d

File tree

12 files changed

+11
-8
lines changed

12 files changed

+11
-8
lines changed

build/shared/lib/icons/pde-1024.png

-256 KB
Loading

build/shared/lib/icons/pde-128.png

-11.4 KB
Loading

build/shared/lib/icons/pde-16.png

-94 Bytes
Loading

build/shared/lib/icons/pde-256.png

-35.2 KB
Loading

build/shared/lib/icons/pde-32.png

-706 Bytes
Loading

build/shared/lib/icons/pde-48.png

-1.63 KB
Loading

build/shared/lib/icons/pde-512.png

-114 KB
Loading

build/shared/lib/icons/pde-64.png

-3.1 KB
Loading

build/shared/lib/welcome/generic.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
<table>
1111
<tr>
1212
<td valign="top">
13-
<img src="../icons/pde-64.png" width="64" height="64">
13+
<img src="../icons/pde-128.png" width="64" height="64">
1414
</td>
1515
<td valign="middle">
16-
<h1>Processing 4 (alpha)</h1>
16+
<h1>Processing 4 (beta)</h1>
1717
</td>
1818
</tr>
1919
</table>
2020

2121
<p>
22-
<a href="https://github.com/processing/processing4/wiki/Changes-in-4.0">Read about what&rsquo;s new in 4.0 &rarr;</a>
22+
<a href="https://github.com/processing/processing4/blob/master/README.md">Read about the status of the 4.0 release &rarr;</a>
2323
</p>
2424

2525
<p class="inset">

build/shared/lib/welcome/sketchbook.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
<table>
1111
<tr>
1212
<td valign="top">
13-
<img src="../icons/pde-64.png" width="64" height="64">
13+
<img src="../icons/pde-128.png" width="64" height="64">
1414
</td>
1515
<td valign="middle">
16-
<h1>Processing 4 (alpha)
16+
<h1>Processing 4 (beta)</h1>
1717
</td>
1818
</tr>
1919
</table>
2020

2121
<p>
22-
<a href="https://github.com/processing/processing4/wiki/Changes-in-4.0">Read about what&rsquo;s new in 4.0 &rarr;</a>
22+
<a href="https://github.com/processing/processing4/blob/master/README.md">Read about the status of the 4.0 release &rarr;</a>
2323
</p>
2424

2525
<p class="inset">
2626
Note that some sketches from Processing 2 or 3 may not be compatible.
27-
<a href="https://github.com/processing/processing/wiki/Changes-in-4.0">What has changed?</a>
27+
<a href="https://github.com/processing/processing4/wiki/Changes-in-4.0">What has changed?</a>
2828
</p>
2929

3030
<div id="new_sketchbook">

0 commit comments

Comments
 (0)