Skip to content

Commit 9d15989

Browse files
committed
Merge pull request utPLSQL#8 from rlove/feature/WebToGitHub
Initial changes to get the docs/website to refer to github
2 parents bc26fea + 6f5187a commit 9d15989

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

documentation/src/admin.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ <h3><a name="Project_Team"></a>Join the utPLSQL Project Team</h3>
194194

195195
<p>
196196
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.
201201
</p>
202202

203203
<h3><a name="Reporting"></a>Reporting Bugs and Enhancement Requests</h3>

documentation/src/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,15 @@ <h2><a href="map.html">Document Map</a></h2>
6969
</blockquote>
7070

7171
<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>.
7474
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>. -->
7779
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>
7981
</p>
8082

8183
<!-- End utPLSQL Body -->

documentation/src/writedoc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ <h2>Writing Documentation</h2>
1818
</p>
1919

2020
<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>
2525
</p>
2626

2727
<h3>The HTML Files</h3>

0 commit comments

Comments
 (0)