File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ <h3><a name="Project_Team"></a>Join the utPLSQL Project Team</h3>
194
194
195
195
< p >
196
196
To take part in the utPLSQL project, have a look round the
197
- < a href = "https://sourceforge.net/projects/utplsql/ "> utPLSQL project site</ a > ,
198
- in particular the < a href = "https://sourceforge.net/p/utplsql/discussion " > forums </ a >
199
- and < a href = "https://sourceforge.net/projects/utplsql/support " > ticket trackers </ a > .
200
- Once you are up to speed on the project, you can choose a ticket and begin to contribute.
197
+ < a href = "https://github.com/utPLSQL/utPLSQL "> utPLSQL project site</ a > ,
198
+ in particular the < a href = "https://github.com/utPLSQL/utPLSQL/blob/master/CONTRIBUTING.md " > CONTRIBUTING.md </ a >
199
+ and < a href = "https://github.com/utPLSQL/utPLSQL/issues " > issues tracker </ a > .
200
+ Once you are up to speed on the project, you can choose a issue and begin to contribute.
201
201
</ p >
202
202
203
203
< h3 > < a name ="Reporting "> </ a > Reporting Bugs and Enhancement Requests</ h3 >
Original file line number Diff line number Diff line change @@ -69,13 +69,15 @@ <h2><a href="map.html">Document Map</a></h2>
69
69
</ blockquote >
70
70
71
71
< p >
72
- The utPLSQL project is hosted at Sourceforge - the home page is to be
73
- found at < a href ="http ://utplsql.sourceforge.net " > http ://utplsql.sourceforge.net </ a > .
72
+ The utPLSQL project is hosted at GitHub - the home page is to be
73
+ found at < a href ="https ://github.com/utPLSQL/utPLSQL " > https ://github.com/utPLSQL/utPLSQL </ a > .
74
74
From here, there are links to the various resources available and details
75
- on how to get involved in the project. Discussion of utPLSQL takes place on
76
- the < a href = "https://sourceforge.net/p/utplsql/discussion "> utPLSQL Forums</ a > .
75
+ on how to get involved in the project. <!-- Commented until a discussion location is found.
76
+
77
+ Discussion of utPLSQL takes place on
78
+ the <a href = "https://sourceforge.net/p/utplsql/discussion">utPLSQL Forums</a>. -->
77
79
For support, bug reports or enhancement ideas, please visit the
78
- < a href = "https://sourceforge.net/projects/utplsql/support " > support page</ a >
80
+ < a href = "https://github.com/utPLSQL/utPLSQL/issues " > issue tracker page</ a >
79
81
</ p >
80
82
81
83
<!-- End utPLSQL Body -->
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ <h2>Writing Documentation</h2>
18
18
</ p >
19
19
20
20
< p >
21
- Like the code, the documentation is held within
22
- SVN. So to make changes, you should checkout the latest version from the
23
- trunk, make your changes, then submit an SVN "diff" file to a
24
- < a href = "https://sourceforge.net/p/utplsql/_list/tickets " > ticket </ a >
21
+ Like the code, the documentation is held within GIT.
22
+ Changes should be made to the documentation/src directory.
23
+ Details on how to change and submit the changes back to the
24
+ project can be found in the < a href = "https://github.com/utPLSQL/utPLSQL/blob/master/CONTRIBUTING.md " > CONTRIBUTING.md </ a >
25
25
</ p >
26
26
27
27
< h3 > The HTML Files</ h3 >
You can’t perform that action at this time.
0 commit comments