Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update outdated trac URLs to GitHub #4317

Merged
merged 12 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ per-file-ignores =
gui/wxpython/gui_core/ghelp.py: E722
gui/wxpython/gui_core/gselect.py: F841, E266, E722
gui/wxpython/gui_core/preferences.py: E266, F841
gui/wxpython/gui_core/pyedit.py: E501
wenzeslaus marked this conversation as resolved.
Show resolved Hide resolved
gui/wxpython/gui_core/treeview.py: F841
gui/wxpython/gui_core/widgets.py: F841, E722, E266
gui/wxpython/image2target/*: F841, E722, E265
Expand Down
5 changes: 3 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
CHANGES in GRASS GIS 8.x

https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80
https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82
- https://github.com/OSGeo/grass/tags
neteler marked this conversation as resolved.
Show resolved Hide resolved
- https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80
- https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82

List of releases:

Expand Down
8 changes: 5 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ make
make install
```

For details, see <https://trac.osgeo.org/grass/wiki/HowToGit>
For details, see <https://github.com/OSGeo/grass/blob/main/doc/development/github_guide.md>
neteler marked this conversation as resolved.
Show resolved Hide resolved

## (H) COMPILING INDIVIDUAL MODULES - OWN MODULES

Expand Down Expand Up @@ -327,8 +327,10 @@ Please see the README file and the files at:

## (M) CONTRIBUTING CODE AND PATCHES

Please see ./SUBMITTING in this directory, or better,
<https://trac.osgeo.org/grass/wiki/Submitting>
Please see

- <https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md>
- <https://github.com/OSGeo/grass/blob/main/doc/development/github_guide.md>

## Authors

Expand Down
20 changes: 11 additions & 9 deletions NEWS
neteler marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
NEWS

GRASS GIS 8
o https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80
o https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82
- https://github.com/OSGeo/grass/tags
- https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures80
- https://trac.osgeo.org/grass/wiki/Grass8/NewFeatures82

GRASS GIS 7
o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78
o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76
o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures74
o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures72
o https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures
- https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures78
- https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures76
- https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures74
- https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures72
- https://trac.osgeo.org/grass/wiki/Grass7/NewFeatures

List of releases
o https://trac.osgeo.org/grass/wiki/Release
- https://github.com/OSGeo/grass/releases (GRASS GIS 7 and later)
- https://trac.osgeo.org/grass/wiki/Release (full list)

GRASS GIS 1-6
o List of older releases, starting in 1984 (!), see https://grass.osgeo.org/about/history/releases/
- List of older releases, starting in 1984 (!), see https://grass.osgeo.org/about/history/releases/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ GRASS GIS. See [CONTRIBUTING file](CONTRIBUTING.md) for more details.
How to get write access here

Want to become a core developer? See
[Procedure for gaining Git write access](https://trac.osgeo.org/grass/wiki/HowToContribute#WriteaccesstotheGRASScorerepository)
[Contributing](https://github.com/OSGeo/grass/blob/main/CONTRIBUTING.md)
neteler marked this conversation as resolved.
Show resolved Hide resolved

## How to compile GRASS

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ vulnerability, please follow these steps:

## Supported Versions

Please refer to our [Release Schedule](https://trac.osgeo.org/grass/wiki/Release/Schedule)
Please refer to our [Release Schedule](https://grass.osgeo.org/about/roadmap/)
neteler marked this conversation as resolved.
Show resolved Hide resolved
for details on which versions are currently supported.

## Security Measures
Expand Down
2 changes: 1 addition & 1 deletion general/g.parser/g.parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h2>SEE ALSO</h2>
<p>
Overview table: <a href="parser_standard_options.html">Parser standard options</a>
<p>
<a href="http://trac.osgeo.org/grass/wiki/Submitting/Python">Submitting rules for Python</a>
<a href="https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#python">Submitting rules for Python</a>
neteler marked this conversation as resolved.
Show resolved Hide resolved

<p>
Related Wiki pages:
Expand Down
8 changes: 6 additions & 2 deletions gui/wxpython/gui_core/pyedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,10 +634,14 @@ def OnModulesHelp(self, event):
self.giface.Help("full_index")

def OnSubmittingHelp(self, event):
open_url("https://trac.osgeo.org/grass/wiki/Submitting/Python")
open_url(
"https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#python"
)

def OnAddonsHelp(self, event):
open_url("https://grass.osgeo.org/development/code-submission/")
open_url(
"https://github.com/OSGeo/grass/blob/main/doc/development/style_guide.md#developing-grass-addons"
)

def OnSupport(self, event):
open_url("https://grass.osgeo.org/support/")
Expand Down
Loading