Skip to content

Commit b92cf6f

Browse files
authored
Replace godoc.org links with pgk.go.dev (#93)
godoc.org will be discontinued and currently redirects to pkg.go.dev.
1 parent 0b6e08c commit b92cf6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ to geography are not part of the core library (e.g. easting/northing
7979
conversions, ellipsoid approximations, geodetic vs. geocentric coordinates,
8080
etc).
8181

82-
See http://godoc.org/github.com/golang/geo for specific package documentation.
82+
See https://pkg.go.dev/github.com/golang/geo for specific package documentation.
8383

8484
For an analogous library in C++, see https://github.com/google/s2geometry, in
8585
Java, see https://github.com/google/s2-geometry-library-java, and Python, see
@@ -98,36 +98,36 @@ Legend:
9898
* 🟡 - Mostly Complete
9999
* ❌ - Not available
100100

101-
## [ℝ¹](https://godoc.org/github.com/golang/geo/r1) - One-dimensional Cartesian coordinates
101+
## [ℝ¹](https://pkg.go.dev/github.com/golang/geo/r1) - One-dimensional Cartesian coordinates
102102

103103
C++ Type | Go
104104
:--------- | ---
105105
R1Interval | ✅
106106

107-
## [ℝ²](https://godoc.org/github.com/golang/geo/r2) - Two-dimensional Cartesian coordinates
107+
## [ℝ²](https://pkg.go.dev/github.com/golang/geo/r2) - Two-dimensional Cartesian coordinates
108108

109109
C++ Type | Go
110110
:------- | ---
111111
R2Point | ✅
112112
R2Rect | ✅
113113

114-
## [ℝ³](https://godoc.org/github.com/golang/geo/r3) - Three-dimensional Cartesian coordinates
114+
## [ℝ³](https://pkg.go.dev/github.com/golang/geo/r3) - Three-dimensional Cartesian coordinates
115115

116116
C++ Type | Go
117117
:------------ | ---
118118
R3Vector | ✅
119119
R3ExactVector | ✅
120120
Matrix3x3 | ✅
121121

122-
## [](https://godoc.org/github.com/golang/geo/s1) - Circular Geometry
122+
## [](https://pkg.go.dev/github.com/golang/geo/s1) - Circular Geometry
123123

124124
C++ Type | Go
125125
:----------- | ---
126126
S1Angle | ✅
127127
S1ChordAngle | ✅
128128
S1Interval | ✅
129129

130-
## [](https://godoc.org/github.com/golang/geo/s2) - Spherical Geometry
130+
## [](https://pkg.go.dev/github.com/golang/geo/s2) - Spherical Geometry
131131

132132
### Basic Types
133133

0 commit comments

Comments
 (0)