Skip to content

Commit

Permalink
Fixes link to spec 404
Browse files Browse the repository at this point in the history
The previous link to the singer spec yielded a 404 error, because the file `SPEC.md` was moved to docs/SPEC.md
  • Loading branch information
auyer committed Oct 9, 2020
1 parent a5714e8 commit f2a2b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tap-facebook
This is a [Singer](https://singer.io) tap that produces JSON-formatted data following the [Singer spec](https://github.com/singer-io/getting-started/blob/master/SPEC.md).
This is a [Singer](https://singer.io) tap that produces JSON-formatted data following the [Singer spec](https://github.com/singer-io/getting-started/blob/master/docs/SPEC.md).

This tap:
- Pulls raw data from the [Facebook Marketing API](https://developers.facebook.com/docs/marketing-apis)
Expand Down

0 comments on commit f2a2b4c

Please sign in to comment.