Skip to content

Commit

Permalink
Resolve "Full check for broken links in Python text, especially links…
Browse files Browse the repository at this point in the history
… to docs.meltano.com"
  • Loading branch information
Ken Payne authored and edgarrmondragon committed Mar 30, 2022
1 parent b394e1a commit 59b8da5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contributing

Let's build together! Please see our [Contributor Guide](https://meltano.com/docs/contributor-guide.html)
Let's build together! Please see our [Contributor Guide](https://docs.meltano.com/contribute/)
for more information on contributing to Meltano.

We believe that everyone can contribute and we welcome all contributions.
We believe that everyone can contribute and we welcome all contributions.
If you're not sure what to work on, here are some [ideas to get you started](https://gitlab.com/groups/meltano/-/issues?label_name%5B%5D=Accepting%20Merge%20Requests).

Chat with us in [#contributing](https://meltano.slack.com/archives/C013Z450LCD) on [Slack](https://meltano.com/slack).

Contributors are expected to follow our [Code of Conduct](https://meltano.com/docs/community.html#code-of-conduct).
Contributors are expected to follow our [Code of Conduct](https://docs.meltano.com/contribute/#code-of-conduct).
2 changes: 1 addition & 1 deletion docs/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,4 @@ plugins:
| ELT | `my-tap --config=... \| path/to/target-jsonl --config=...` | `meltano elt my-tap target-jsonl` |

[Meltano]: https://www.meltano.com
[declare settings]: https://meltano.com/docs/command-line-interface.html#how-to-use-2
[declare settings]: https://docs.meltano.com/reference/command-line-interface#how-to-use-2
12 changes: 6 additions & 6 deletions docs/dev_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ project will be created.

Once you've answered the cookiecutter prompts, follow the instructions in the
generated `README.md` file to complete your new tap or target. You can also reference the
[Meltano Tutorial](https://meltano.com/tutorials/create-a-custom-extractor.html) for a more
[Meltano Tutorial](https://docs.meltano.com/tutorials/custom-extractor) for a more
detailed guide.

### Using an existing library

In some cases, there may already be a library that connects to the API and all you need the SDK for
is to reformat the data into the Singer specification.
The SDK is still a great choice for this.
The [Peloton tap](https://github.com/MeltanoLabs/tap-peloton) is an example of this.
is to reformat the data into the Singer specification.
The SDK is still a great choice for this.
The [Peloton tap](https://github.com/MeltanoLabs/tap-peloton) is an example of this.

### RESTful JSONPaths

Expand Down Expand Up @@ -164,7 +164,7 @@ For more information about the SDK's' Singer implementation details, please see

### Code Samples

For a list of code samples solving a variety of different scenarios, please see our
For a list of code samples solving a variety of different scenarios, please see our
[Code Samples](./code_samples.md) page.

### CLI Samples
Expand All @@ -177,7 +177,7 @@ We've collected some [Python tips](python_tips.md) which may be helpful for new

### VSCode Tips

Ensure the intrepreter you're using in VSCode is set to use poetry.
Ensure the intrepreter you're using in VSCode is set to use poetry.
You can change this by using the command pallete to go to intrepeter settings.
Doing this will also help with autocompletion.

Expand Down
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
Meltano SDK for Taps and Targets
=======================================

The Meltano_ SDK for Taps and Targets is the fastest way to build custom
data extractors and loaders! Taps and targets built on the SDK are automatically compliant with the
The Meltano_ SDK for Taps and Targets is the fastest way to build custom
data extractors and loaders! Taps and targets built on the SDK are automatically compliant with the
`Singer Spec`_, the de-facto open source standard for extract and load pipelines.

Future-proof extractors and loaders, with less code
Expand All @@ -22,7 +22,7 @@ Built by Meltano and the Singer Community
-----------------------------------------

The SDK is built with love by the Meltano_ core
team and contributors, with contributions from developers across the Singer_
team and contributors, with contributions from developers across the Singer_
open source community. SDK-based plugins can easily be `integrated with Meltano`_,
but they can also be used in any data pipeline tool that supports the
`Singer Spec`_.
Expand All @@ -48,12 +48,12 @@ Developer Resources

Reference
---------

.. toctree::
:maxdepth: 2

reference


Advanced Topics
---------------
Expand All @@ -71,7 +71,7 @@ Advanced Topics
.. _Singer: https://singer.io
.. _Singer Spec: https://hub.meltano.com/singer/spec
.. _Meltano: https://www.meltano.com
.. _integrated with Meltano: https://meltano.com/tutorials/create-a-custom-extractor.html#add-the-plugin-to-your-meltano-project
.. _integrated with Meltano: https://docs.meltano.com/tutorials/custom-extractor#add-the-plugin-to-your-meltano-project
.. _contribute back: https://gitlab.com/meltano/sdk/-/issues?scope=all&state=opened&label_name[]=Accepting%20Merge%20Requests
.. _source code: https://gitlab.com/meltano/sdk
.. _log an issue or feature request: https://gitlab.com/meltano/sdk/-/issues
Expand Down

0 comments on commit 59b8da5

Please sign in to comment.