Skip to content

Commit bbdc77d

Browse files
committed
followup #a86f5ea52d75862c190105d1ceb23c47a61bba4e fix issues links
2 parents 70da6b6 + a86f5ea commit bbdc77d

File tree

148 files changed

+16423
-4160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

148 files changed

+16423
-4160
lines changed

.ci/travis/macos/blacklist.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ qgis_composerrotationtest
1515
qgis_composerscalebartest
1616
qgis_composerutilstest
1717
qgis_composertablev2test
18-
qgis_distanceareatest
1918
qgis_diagramtest
20-
qgis_expressiontest
2119
qgis_fontmarkertest
2220
qgis_labelingenginetest
2321
qgis_legendrenderertest
@@ -30,7 +28,6 @@ PyQgsAtlasComposition
3028
PyQgsComposerLegend
3129
PyQgsComposerMapGrid
3230
PyQgsDistanceArea
33-
PyQgsJSONUtils
3431
PyQgsPalLabelingBase
3532
PyQgsPalLabelingPlacement
3633
PyQgsPalLabelingComposer

BUGS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
If you find a bug in QGIS, you can search for it
55

6-
http://hub.qgis.org/search/index/quantum-gis/issues
6+
https://issues.qgis.org/projects/qgis/search?issues=1
77

8-
If you can't find an exisitng ticket, report it using the QGIS ticket/bug database at:
8+
If you can't find an existing ticket, report it using the QGIS ticket/bug database at:
99

10-
http://hub.qgis.org/projects/quantum-gis/issues/new
10+
https://issues.qgis.org/projects/qgis/issues/new
1111

1212

1313
Some hints about when you should file a bug:

INSTALL

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
QGIS
22
Building QGIS from source - step by step
3-
Thursday April 20, 2017
3+
Saturday April 29, 2017
44

55

6-
Last Updated: Thursday April 20, 2017
7-
Last Change : Thursday April 20, 2017
6+
Last Updated: Saturday April 29, 2017
7+
Last Change : Saturday April 29, 2017
88

99

1010
1. Introduction
@@ -1897,13 +1897,13 @@ to the QGIS application. Assuming you installed QGIS in your home folder:
18971897
If you installed in /Applications, adjust the path accordingly and prefix the
18981898
whole command with 'sudo '.
18991899

1900-
QGIS Mapserver
1900+
QGIS Server
19011901

1902-
See the QGIS Mapserver wiki page at:
1902+
See the QGIS Server documentation page at:
19031903

1904-
http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial
1904+
http://docs.qgis.org/2.18/en/docs/user_manual/working_with_ogc/ogc_server_support.html
19051905

1906-
for instructions on setting up Apache fastcgi and testing Mapserver, including
1906+
for instructions on setting up Apache fastcgi and testing qgis server, including
19071907
installing the mod-fastcgi that is missing on Lion.
19081908

19091909

NEWS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
QGIS News
22
Change history for the QGIS Project
3-
Tuesday March 14, 2017
3+
Saturday April 29, 2017
44

55

66
------------------------------------------------------------------------
@@ -39,8 +39,8 @@ Tuesday March 14, 2017
3939
------------------------------------------------------------------------
4040

4141

42-
Last Updated: Tuesday March 14, 2017
43-
Last Change : Sunday March 12, 2017
42+
Last Updated: Saturday April 29, 2017
43+
Last Change : Saturday April 29, 2017
4444

4545

4646
1. What's new in Version 2.16 'Nødebo'?
@@ -539,7 +539,7 @@ key new features.
539539
a simple key lookup, no more index lookup and attribute maps.
540540
Note: Most plugins written for QGIS < 1.x will need to be
541541
ported to work correctly in QGIS 2.x. Please consult
542-
http://hub.qgis.org/wiki/quantum-gis/Python_plugin_API_changes_from_18_to_20
542+
https://github.com/qgis/QGIS/wiki/Python_plugin_API_changes_from_18_to_20
543543
for more details.
544544
- The raster data provider system has been completely overhauled. One of
545545
the best new features stemming from this work is the ability to 'Layer ->

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ installation document in qgis/doc/index.html. The installation document is
5656
also available as PDF in the same directory.
5757

5858
## Help us
59-
Please submit bug reports using the [QGIS bug tracker](https://hub.qgis.org/).
59+
Please submit bug reports using the [QGIS bug tracker](https://issues.qgis.org/).
6060
When reporting a bug, either login or, if you don't have a qgis trac, provide
6161
an email address where we can request additional information.
6262

@@ -74,6 +74,6 @@ QGIS is on GitHub at https://github.com/qgis/QGIS. If you wish to contribute
7474
patches you can [fork the project](https://help.github.com/forking/), make your changes, commit to your
7575
repository, and then [issue a pull request](http://help.github.com/pull-requests/). The development team can then
7676
review your contribution and commit it upstream as appropriate.
77-
If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write about it.
77+
If you commit a new feature, add [FEATURE] to your commit message AND give a clear description of the new feature. A webhook will automatically create an issue on the QGIS-Documentation repo to tell people to write documentation about it.
7878

7979
If you are not a developer, there are many other possibilities which do not require programming skills to help QGIS to evolve. Check our [project homepage for more information](http://qgis.org/en/site/getinvolved/index.html).

debian/upstream/metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
Bug-Database: https://hub.qgis.org/projects/quantum-gis/issues
3-
Bug-Submit: https://hub.qgis.org/projects/quantum-gis/issues/new
2+
Bug-Database: https://issues.qgis.org/projects/qgis/issues
3+
Bug-Submit: https://issues.qgis.org/projects/qgis/issues/new
44
Contact: qgis-developer@lists.osgeo.org
55
Donation: https://qgis.org/en/site/getinvolved/donations.html
66
Name: QGIS

doc/INSTALL.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS</H1>
7979
<H2>Building QGIS from source - step by step</H2>
80-
<H3>Thursday April 20, 2017</H3>
80+
<H3>Saturday April 29, 2017</H3>
8181
</DIV>
8282

8383
<DIV CLASS="body" ID="body">
8484
<P>
85-
Last Updated: Thursday April 20, 2017
86-
Last Change : Thursday April 20, 2017
85+
Last Updated: Saturday April 29, 2017
86+
Last Change : Saturday April 29, 2017
8787
</P>
8888
<DIV CLASS="toc">
8989

@@ -2647,16 +2647,16 @@ <H2>5.9. Post-Install</H2>
26472647
whole command with 'sudo '.
26482648
</P>
26492649
<P>
2650-
<B>QGIS Mapserver</B>
2650+
<B>QGIS Server</B>
26512651
</P>
26522652
<P>
2653-
See the QGIS Mapserver wiki page at:
2653+
See the QGIS Server documentation page at:
26542654
</P>
26552655
<P>
2656-
<A HREF="http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial">http://hub.qgis.org/projects/quantum-gis/wiki/QGIS_Server_Tutorial</A>
2656+
<A HREF="http://docs.qgis.org/2.18/en/docs/user_manual/working_with_ogc/ogc_server_support.html">http://docs.qgis.org/2.18/en/docs/user_manual/working_with_ogc/ogc_server_support.html</A>
26572657
</P>
26582658
<P>
2659-
for instructions on setting up Apache fastcgi and testing Mapserver, including
2659+
for instructions on setting up Apache fastcgi and testing qgis server, including
26602660
installing the mod-fastcgi that is missing on Lion.
26612661
</P>
26622662

doc/index.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ users and developers.
5050

5151
\section index_bugs Bug Reporting
5252
If you think you have found a bug, please report it using our <a
53-
href="http://hub.qgis.org/projects/quantum-gis">bug tracker</a>. When reporting bugs,
53+
href="https://issues.qgis.org/projects/qgis">bug tracker</a>. When reporting bugs,
5454
please include some contact information in case we need help with replicating
5555
your issue.
5656

doc/news.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
66
<TITLE>QGIS News</TITLE>
77

8-
<!-- Included doc/style.css -->
8+
<!-- Included /home/fischer/src/qgis/doc/style.css -->
99
<STYLE TYPE="text/css">
1010
body{ background: white;
1111
color: black;
@@ -77,7 +77,7 @@
7777
<DIV CLASS="header" ID="header">
7878
<H1>QGIS News</H1>
7979
<H2>Change history for the QGIS Project</H2>
80-
<H3>Tuesday March 14, 2017</H3>
80+
<H3>Saturday April 29, 2017</H3>
8181
</DIV>
8282

8383
<DIV CLASS="toc">
@@ -116,8 +116,8 @@ <H3>Tuesday March 14, 2017</H3>
116116
</DIV>
117117
<DIV CLASS="body" ID="body">
118118
<P>
119-
Last Updated: Tuesday March 14, 2017
120-
Last Change : Sunday March 12, 2017
119+
Last Updated: Saturday April 29, 2017
120+
Last Change : Saturday April 29, 2017
121121
</P>
122122

123123
<A NAME="toc1"></A>
@@ -644,7 +644,7 @@ <H1>10. Whats new in Version 2.0.0 'Dufour'?</H1>
644644
a simple key lookup, no more index lookup and attribute maps.
645645
<B>Note:</B> Most plugins written for QGIS &lt; 1.x will need to be
646646
ported to work correctly in QGIS 2.x. Please consult
647-
<A HREF="http://hub.qgis.org/wiki/quantum-gis/Python_plugin_API_changes_from_18_to_20">http://hub.qgis.org/wiki/quantum-gis/Python_plugin_API_changes_from_18_to_20</A>
647+
<A HREF="https://github.com/qgis/QGIS/wiki/Python_plugin_API_changes_from_18_to_20">https://github.com/qgis/QGIS/wiki/Python_plugin_API_changes_from_18_to_20</A>
648648
for more details.
649649
<LI>The raster data provider system has been completely overhauled. One of
650650
the best new features stemming from this work is the ability to 'Layer -&gt;
@@ -3091,5 +3091,5 @@ <H1>28. 0.5</H1>
30913091
</DIV>
30923092

30933093
<!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
3094-
<!-- cmdline: txt2tags -\-encoding=utf-8 -o doc/news.html -t html doc/news.t2t -->
3094+
<!-- cmdline: txt2tags -\-encoding=utf-8 -o/home/fischer/src/qgis/debian/build-master-qt5/doc/news.html -t html /home/fischer/src/qgis/doc/news.t2t -->
30953095
</BODY></HTML>

doc/news.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ key new features.
526526
a simple key lookup, no more index lookup and attribute maps.
527527
**Note:** Most plugins written for QGIS < 1.x will need to be
528528
ported to work correctly in QGIS 2.x. Please consult
529-
http://hub.qgis.org/wiki/quantum-gis/Python_plugin_API_changes_from_18_to_20
529+
https://github.com/qgis/QGIS/wiki/Python_plugin_API_changes_from_18_to_20
530530
for more details.
531531
- The raster data provider system has been completely overhauled. One of
532532
the best new features stemming from this work is the ability to 'Layer ->

0 commit comments

Comments
 (0)