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

Change URLs to point to Github #43

Merged
merged 3 commits into from
Oct 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions README-Windows.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ Binary gems for windows can be built on Linux, OS-X and even on Windows
with the help of docker. This is how regular windows gems are built for
rubygems.org .

To do this, install boot2docker [on Windows](https://github.com/boot2docker/windows-installer/releases)
or [on OS X](https://github.com/boot2docker/osx-installer/releases) and make
To do this, install boot2docker {on Windows}[https://github.com/boot2docker/windows-installer/releases]
or {on OS X}[https://github.com/boot2docker/osx-installer/releases] and make
sure it is started. A native Docker installation is best on Linux.

Then run:
Expand All @@ -50,7 +50,7 @@ containing binaries for all supported ruby versions.

== Reporting Problems

If you have any problems you can submit them via
[the project's issue-tracker][bitbucket]. And submit questions, problems, or
If you have any problems you can submit them via {the project's
issue-tracker}[https://github.com/ged/ruby-pg/issues]. And submit questions, problems, or
solutions, so that it can be improved.

3 changes: 1 addition & 2 deletions README.ja.rdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
= pg

home :: https://bitbucket.org/ged/ruby-pg
mirror :: https://github.com/ged/ruby-pg
home :: https://github.com/ged/ruby-pg
docs :: http://deveiate.org/code/pg


Expand Down
7 changes: 3 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
= pg

home :: https://bitbucket.org/ged/ruby-pg
mirror :: https://github.com/ged/ruby-pg
home :: https://github.com/ged/ruby-pg
docs :: http://deveiate.org/code/pg

{<img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/ged/ruby-pg">}[https://gitter.im/ged/ruby-pg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge]
Expand Down Expand Up @@ -78,7 +77,7 @@ There's also {a Google+ group}[http://goo.gl/TFy1U] and a
want to chat about something.

If you want to install as a signed gem, the public certs of the gem signers
can be found in {the `certs` directory}[https://bitbucket.org/ged/ruby-pg/src/tip/certs/]
can be found in {the `certs` directory}[https://github.com/ged/ruby-pg/tree/master/certs]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be possible to use a relative link here, [certs] or [certs/].

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relative links would only work when rendered on Github, right?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, true. The word "directory" made me think of a local checkout.

Since this is about installation, an absolute URL makes sense.

of the repository.


Expand Down Expand Up @@ -148,7 +147,7 @@ Lars Kanis <lars@greiz-reinsdorf.de>.

== Copying

Copyright (c) 1997-2016 by the authors.
Copyright (c) 1997-2019 by the authors.

* Jeff Davis <ruby-pg@j-davis.com>
* Guy Decoux (ts) <decoux@moulon.inra.fr>
Expand Down
2 changes: 1 addition & 1 deletion ext/pg.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* See Contributors.rdoc for the many additional fine people that have contributed
* to this library over the years.
*
* Copyright (c) 1997-2016 by the authors.
* Copyright (c) 1997-2019 by the authors.
*
* You may redistribute this software under the same terms as Ruby itself; see
* https://www.ruby-lang.org/en/about/license.txt or the BSDL file in the source
Expand Down
2 changes: 1 addition & 1 deletion misc/postgres/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= postgres

* https://bitbucket.org/ged/ruby-pg
* https://github.com/ged/ruby-pg

== Description

Expand Down
2 changes: 1 addition & 1 deletion misc/ruby-pg/README.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= ruby-pg

* https://bitbucket.org/ged/ruby-pg
* https://github.com/ged/ruby-pg

== Description

Expand Down