mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Update things to point to the new builds page available
This commit is contained in:
+2
-7
@@ -74,13 +74,8 @@
|
||||
file an issue.
|
||||
</para>
|
||||
<para>
|
||||
I work on RenderDoc in my spare time but I will do my best to get back to you and
|
||||
work with you if you have any issues that need attention. If you
|
||||
have a question or something to discuss you can also post on the <externalLink>
|
||||
<linkText>forums</linkText>
|
||||
<linkAlternateText>Forums on CryDev.net</linkAlternateText>
|
||||
<linkUri>http://www.crydev.net/viewforum.php?f=379</linkUri>
|
||||
</externalLink>.
|
||||
I work on RenderDoc in my spare time but I am happy to help with anything and
|
||||
work with you if you have any issues that need attention.
|
||||
</para>
|
||||
</content>
|
||||
</section>
|
||||
|
||||
+12
-9
@@ -96,13 +96,16 @@
|
||||
where you can also find the full source code.
|
||||
</para>
|
||||
<para>
|
||||
There are also <externalLink>
|
||||
<linkText>forums</linkText>
|
||||
<linkAlternateText>Forums on CryDev.net</linkAlternateText>
|
||||
<linkUri>http://www.crydev.net/viewforum.php?f=379</linkUri>
|
||||
The <externalLink>
|
||||
<linkText>builds page</linkText>
|
||||
<linkAlternateText>Build and release downloads</linkAlternateText>
|
||||
<linkUri>https://renderdoc.org/builds</linkUri>
|
||||
</externalLink>
|
||||
where you can post on and get help from others who are using
|
||||
RenderDoc.
|
||||
always has the latest stable and beta build downloads, as well as builds made
|
||||
from the source code each night for the bleeding edge. Stable releases update
|
||||
relatively infrequently and are tested the most to ensure they're as reliable
|
||||
as possible. Beta releases update more often to expose the latest fixes and
|
||||
features from the source, but risk more bugs sneaking in.
|
||||
</para>
|
||||
</content>
|
||||
</section>
|
||||
@@ -113,9 +116,9 @@
|
||||
<linkUri>http://renderdoc.org/</linkUri>
|
||||
</externalLink>
|
||||
<externalLink>
|
||||
<linkText>Forums on CryDev.net</linkText>
|
||||
<linkAlternateText>Go to the forums on CryDev.net</linkAlternateText>
|
||||
<linkUri>http://www.crydev.net/viewforum.php?f=379</linkUri>
|
||||
<linkText>Builds page</linkText>
|
||||
<linkAlternateText>Build and release downloads</linkAlternateText>
|
||||
<linkUri>https://renderdoc.org/builds</linkUri>
|
||||
</externalLink>
|
||||
|
||||
<!--
|
||||
|
||||
+1
-1
@@ -594,7 +594,7 @@
|
||||
//
|
||||
this.nightlybuildsToolStripMenuItem.Name = "nightlybuildsToolStripMenuItem";
|
||||
this.nightlybuildsToolStripMenuItem.Size = new System.Drawing.Size(190, 22);
|
||||
this.nightlybuildsToolStripMenuItem.Text = "Nightly Builds";
|
||||
this.nightlybuildsToolStripMenuItem.Text = "Build/Release downloads";
|
||||
this.nightlybuildsToolStripMenuItem.Click += new System.EventHandler(this.nightlybuildsToolStripMenuItem_Click);
|
||||
//
|
||||
// aboutToolStripMenuItem
|
||||
|
||||
@@ -1323,7 +1323,7 @@ namespace renderdocui.Windows
|
||||
|
||||
private void nightlybuildsToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
{
|
||||
Process.Start("http://renderdoc.org/autobuild");
|
||||
Process.Start("https://renderdoc.org/builds");
|
||||
}
|
||||
|
||||
private void sourceOnGithubToolStripMenuItem_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user