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 was renamed from `SPEC.md` to `README.md`
  • Loading branch information
auyer authored Oct 8, 2020
1 parent a5714e8 commit 8fe6fd6
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/README.md).

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

0 comments on commit 8fe6fd6

Please sign in to comment.