Update things to point to the new builds page available

This commit is contained in:
baldurk
2014-09-18 18:41:48 +01:00
parent 0ce769bfc2
commit d661f17a05
4 changed files with 16 additions and 18 deletions
+2 -7
View File
@@ -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
View File
@@ -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
View File
@@ -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
+1 -1
View File
@@ -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)