diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-19 23:57:06 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-19 23:57:06 -0700 |
| commit | f5de93f1c156fd4659a191c7c78554645534968d (patch) | |
| tree | 294a0178cb8c4221501071e48b33af63a1f82cb2 | |
| parent | 0b09a81bf50029c3b1a4cc61f6fd88ba65b9afc6 (diff) | |
| parent | 13522a677e2700c84a10709fd758f379110780f8 (diff) | |
| download | pyramid-f5de93f1c156fd4659a191c7c78554645534968d.tar.gz pyramid-f5de93f1c156fd4659a191c7c78554645534968d.tar.bz2 pyramid-f5de93f1c156fd4659a191c7c78554645534968d.zip | |
Merge pull request #2521 from stevepiercy/master
Fix what's new links in templates with "-branch" in RELEASING.txt
| -rw-r--r-- | RELEASING.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/RELEASING.txt b/RELEASING.txt index e50adb52b..78fd98f52 100644 --- a/RELEASING.txt +++ b/RELEASING.txt @@ -129,7 +129,7 @@ PyPI https://pypi.python.org/pypi/pyramid/1.x What's New -http://docs.pylonsproject.org/projects/pyramid/1.X/whatsnew-1.X.html +http://docs.pylonsproject.org/projects/pyramid/1.X-branch/whatsnew-1.X.html Issues https://github.com/Pylons/pyramid/issues @@ -145,11 +145,11 @@ Here are the changes: <<changes>> A "What's New In Pyramid 1.X" document exists at -http://docs.pylonsproject.org/projects/pyramid/1.X/whatsnew-1.X.html . +http://docs.pylonsproject.org/projects/pyramid/1.X-branch/whatsnew-1.X.html . You will be able to see the 1.X release documentation (across all alphas and betas, as well as when it eventually gets to final release) -at http://docs.pylonsproject.org/projects/pyramid/1.X/ . +at http://docs.pylonsproject.org/projects/pyramid/1.X-branch/ . You can install it via PyPI: |
