Skip to content

Commit

Permalink
Update old github links
Browse files Browse the repository at this point in the history
Summary: facebookincubator -> facebook

Reviewed By: haoxuany

Differential Revision: D7729114

fbshipit-source-id: 4786b40060e873900c50e3af20be180a573a19ce
  • Loading branch information
patapizza authored and facebook-github-bot committed Apr 23, 2018
1 parent 7b6cbf0 commit 17dd70f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM haskell:8

RUN git clone https://github.com/facebookincubator/duckling.git
RUN git clone https://github.com/facebook/duckling.git

RUN mkdir /log

Expand Down
6 changes: 3 additions & 3 deletions duckling.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ version: 0.1.6.0
synopsis: A Haskell library for parsing text into structured data.
description:
Duckling is a library for parsing text into structured data.
homepage: https://github.com/facebookincubator/duckling#readme
bug-reports: https://github.com/facebookincubator/duckling/issues
homepage: https://github.com/facebook/duckling#readme
bug-reports: https://github.com/facebook/duckling/issues
license: OtherLicense
license-files: LICENSE,PATENTS
author: Facebook, Inc.
Expand Down Expand Up @@ -980,4 +980,4 @@ executable duckling-expensive

source-repository head
type: git
location: https://github.com/facebookincubator/duckling
location: https://github.com/facebook/duckling

0 comments on commit 17dd70f

Please sign in to comment.