Skip to content

Commit 9d2227e

Browse files
committed
Update link in the github data source documentation
1 parent 45af91e commit 9d2227e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/reference/databases/github.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Create Connection
3434
Supported Tables
3535
----------------
3636

37-
* ``stargazers``: Lists the people that have starred the repository. Check `evadb/third_party/databases/github/table_column_info.py` for all the available columns in the table.
37+
* ``stargazers``: Lists the people that have starred the repository. Check `table_column_info.py<https://github.com/georgia-tech-db/evadb/blob/staging/evadb/third_party/databases/github/table_column_info.py>`_ for all the available columns in the table.
3838

3939
.. code-block:: sql
4040
@@ -54,4 +54,4 @@ Here is the query output:
5454
5555
.. note::
5656

57-
Looking for another table from Github? You can add a table mapping in `evadb/third_party/databases/github/github_handler.py`, or simply raise a `Feature Request <https://github.com/georgia-tech-db/evadb/issues/new/choose>`_.
57+
Looking for another table from Github? You can add a table mapping in `github_handler.py<https://github.com/georgia-tech-db/evadb/blob/staging/evadb/third_party/databases/github/github_handler.py>`_, or simply raise a `Feature Request <https://github.com/georgia-tech-db/evadb/issues/new/choose>`_.

0 commit comments

Comments
 (0)