Removed releases table from this page, directing to GitHub instead.
diff --git a/download.html b/download.html
index 6ec8335..618c095 100644
--- a/download.html
+++ b/download.html
@@ -8,7 +8,11 @@
 ---
 <h1>{{ page.title }}</h1>
 
-<h2>Stable Releases</h2>
+<h2>Releases</h2>
+
+<p>You can download releases of OCMock on GitHub
+
+<p>&nbsp;&nbsp;&nbsp;<a href="https://github.com/erikdoe/ocmock/releases">https://github.com/erikdoe/ocmock/releases</a>
 
 <p>The disk images contain frameworks for macOS, iOS, tvOS, and watchOS development, a static library for iOS development, and the source code. As of OCMock 3.9.0 the binary distribution contains XCFrameworks.
 
@@ -16,67 +20,6 @@
 
 <p>However, there is no guarantee that a release of OCMock can be built with versions of Xcode older than the current stable version at release.
 
-<table>
-	<tr>
-		<th width="15%">Release</th>
-		<th width="25%">Build SDKs</th>
-		<th width="25%">Deployment Targets</th>
-		<th width="15%">Date</th>
-		<th width="20%">File</th>
-	</tr>
-	<tr>
-		<td>OCMock 3.9.3</td>
-		<td>macOS 14.0, iOS 17.0, tvOS 17.0, watchOS 10.0</td>
-		<td>macOS 10.15, iOS 12.0, tvOS 12.0, watchOS 7.0</td>
-		<td>15-Nov-2023</td>
-		<td><a href="https://github.com/erikdoe/ocmock/releases/download/v3.9.3/ocmock-3.9.3.dmg">ocmock-3.9.3.dmg</a></td>
-	</tr>
-	<tr>
-		<td></td>
-		<td colspan="4">
-			<p>Changes in OCMock 3.9.3:
-			<ul>
-				<li>Removed visionOS from podspec because it's not fully supported yet.
-			</ul>
-			<p>Changes in OCMock 3.9.2:
-			<ul>
-				<li>Added support for Mac Catalyst.
-				<li>Added experimental support for visionOS to podspec.
-				<li>Various bug-fixes
-			</ul>
-			<p>Changes in OCMock 3.9.1:
-			<ul>
-				<li>Removed unneeded excludes in package file to avoid warnings.
-			</ul>
-			<p>Changes in OCMock 3.9.0:
-			<ul>
-				<li>Added support for Swift Package Manager. (Paul Beusterien)
-				<li>Using Swift Package Manager for dependencies.
-				<li>Changed binary distribution to XCFramework.
-				<li>Added setting in podspec to disable bitcode. (Adil Hussain)
-				<li>Various bug-fixes and improvements to developer experience.
-			</ul>
-			<p>More details:
-			<a href="https://github.com/erikdoe/ocmock/blob/master/Source/Changes.txt">change log</a>,
-			<a href="https://github.com/erikdoe/ocmock/milestone/1?closed=1">milestone</a>
-		</td>
-	</tr>
-	<tr>
-		<td>OCMock 3.8.1</td>
-		<td>macOS 11.1, iOS 14.3, tvOS 14.3, watchOS 7.2</td>
-		<td>OS X 10.10, iOS 9.0, tvOS 9.0, watchOS 4.0</td>
-		<td>30-Dec-2020</td>
-		<td><a href="https://github.com/erikdoe/ocmock/releases/download/v3.8.1/ocmock-3.8.1.dmg">ocmock-3.8.1.dmg</a></td>
-	</tr>
-	<tr>
-		<td>OCMock 2.2.4</td>
-		<td>OS X 10.9, iOS 7.1</td>
-		<td>Mac OS X 10.6, iOS 5</td>
-		<td>4-Apr-2014</td>
-		<td><a href="https://github.com/erikdoe/ocmock/releases/download/v2.2.4/ocmock-2.2.4.dmg">ocmock-2.2.4.dmg</a></td>
-	</tr>
-</table>
-
 
 <h2>Source code</h2>
 
@@ -87,6 +30,8 @@
 
 <p>The current build status is shown above on the right. If this isn't showing <i>passing</i>, chances are the code is currently not building correctly and we're busy trying to fix it. In all other cases, a local build from source should work.
 
+<p>As mentioned above, there is no guarantee that a release of OCMock can be built with versions of Xcode older than the current stable version at release.
+
 
 <h2>License for OCMock 3.x</h2>