Skip to content

Commit

Permalink
Minor improvements to docs (#288)
Browse files Browse the repository at this point in the history
A couple of hyperlinks and fixed a typo
  • Loading branch information
mhutchinson authored Nov 4, 2024
1 parent 329e69f commit 32dc3f4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion api/layout/paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

// Package layout contains routines for specifying the path layout of Tessera logs,
// which is really to say that it provides functions to calculate paths used by the
// tlog-tiles API: https://github.com/C2SP/C2SP/blob/main/tlog-tiles.md
// [tlog-tiles API].
//
// [tlog-tiles API]: https://c2sp.org/tlog-tiles
package layout

import (
Expand Down
4 changes: 3 additions & 1 deletion api/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package api contains the tiles definitions from the tlog-tiles spec.
// Package api contains the tiles definitions from the [tlog-tiles API].
//
// [tlog-tiles API]: https://c2sp.org/tlog-tiles
package api

import (
Expand Down
4 changes: 3 additions & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
// limitations under the License.

// Package client provides client support for interacting with logs that
// uses the tlog-tiles API.
// uses the [tlog-tiles API].
//
// [tlog-tiles API]: https://c2sp.org/tlog-tiles
package client

import (
Expand Down
2 changes: 1 addition & 1 deletion ctonly/ct.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// Package ctonly has support for CT Tiles API.
//
// This code should not be reused outside of CT.
// Most of this code came from Filipo's Sunlight implementation of https://c2sp.org/ct-static-api.
// Most of this code came from Filippo's Sunlight implementation of https://c2sp.org/ct-static-api.
package ctonly

import (
Expand Down

0 comments on commit 32dc3f4

Please sign in to comment.