Skip to content

Commit ffd3897

Browse files
committed
revert name change
1 parent 1ee3bbe commit ffd3897

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ISO8601.opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ version: "0.2.5"
33
name: "ISO8601"
44
authors: [ "Julien Sagot" ]
55
maintainer: "ocaml-community"
6-
homepage: "http://github.com/ocaml-community/ISO8601/"
7-
dev-repo: "git+https://github.com/ocaml-community/ISO8601.git"
8-
doc: "http://ocaml-community.github.io/ISO8601/"
9-
bug-reports: "https://github.com/ocaml-community/ISO8601/issues"
6+
homepage: "http://github.com/ocaml-community/ISO8601.ml/"
7+
dev-repo: "git+https://github.com/ocaml-community/ISO8601.ml.git"
8+
doc: "http://ocaml-community.github.io/ISO8601.ml/"
9+
bug-reports: "https://github.com/ocaml-community/ISO8601.ml/issues"
1010
synopsis: "ISO 8601 and RFC 3999 date parsing for OCaml"
1111
build: [
1212
["dune" "build" "-p" name]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ISO 8601 and RFC 3339 date parsing for OCaml.
77
**Work in progress. API should not be considerer stable
88
until 1.0.0 version.**
99

10-
[API Docs](https://ocaml-community.github.io/ISO8601/)
10+
[API Docs](https://ocaml-community.github.io/ISO8601.ml/)
1111

1212
## Permissive module
1313

0 commit comments

Comments
 (0)