Skip to content

Commit

Permalink
Fix links in docs and README (#1160)
Browse files Browse the repository at this point in the history
* fix docs syntax bug

* update link in README
  • Loading branch information
rikinsk authored Dec 3, 2018
1 parent 1e24da8 commit d0effff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ processing - [read more](event-triggers.md).

### Derived data or data transformations

Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - [read more](https://docs.hasura.io/1.0/graphql/manual/business-logic/index.html).
Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - [read more](https://docs.hasura.io/1.0/graphql/manual/queries/derived-data.html).

## Demos

Expand Down
2 changes: 1 addition & 1 deletion docs/graphql/manual/migrations/existing-project.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Step 1: Install the Hasura CLI


Step 2: Set up a project directory
---------------------------------
----------------------------------
Skip this step if you already have a project directory.

.. code-block:: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This will ensure that the value of ``owner_id`` column in ``passport_info`` tabl
the ``author`` table and there will be only one row with a particular ``owner_id``.

Set up GraphQL relationships
---------------------------
----------------------------

To access the nested objects via the GraphQL API, :doc:`create the following relationships <../create>`:

Expand Down

0 comments on commit d0effff

Please sign in to comment.