update documentation with new nightlies url

This commit is contained in:
Mitchell Livingston 2007-10-20 00:43:39 +00:00
parent 4acfe5e1b5
commit 095472b288
3 changed files with 2 additions and 2 deletions

View File

@ -1241,7 +1241,7 @@ void completenessChangeCallback(tr_torrent * torrent, cp_status_t status, void *
files[i] = index;
i++;
}
tr_torrentSetFilePriorities(fHandle, files, count, priority);
free(files);
}

View File

@ -85,7 +85,7 @@
<div id="pagetitle">
<h1>What are 'nightlies'?</h1>
</div>
<p>'Nightlies' are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the Transmission forums). You can try one out <a href="http://transmission.bogg.org/">here</a>.
<p>'Nightlies' are releases on the bleeding edge of development. They normally contain new features and bugfixes, but are not officially supported (although you are more than welcome to discuss them on the Transmission forums). You can try one out <a href="http://transmission.xpjets.com/">here</a>.
</div>
</body>