Skip to content

Commit

Permalink
Update the documentation reference (#1361)
Browse files Browse the repository at this point in the history
### Summary
PR #248 moved the location of `drift-detect.md`. This PR adjusts source
to point to: https://lyft.github.io/cartography/usage/drift-detect.html

### Related issues or links


### Checklist

Provide proof that this works (this makes reviews move faster). Please
perform one or more of the following:
- [ ] Update/add unit or integration tests.
- [ ] Include a screenshot showing what the graph looked like before and
after your changes.
- [ ] Include console log trace showing what happened before and after
your changes.

If you are changing a node or relationship:
- [ ] Update the
[schema](https://github.com/lyft/cartography/tree/master/docs/root/modules)
and
[readme](https://github.com/lyft/cartography/blob/master/docs/schema/README.md).

If you are implementing a new intel module:
- [ ] Use the NodeSchema [data
model](https://lyft.github.io/cartography/dev/writing-intel-modules.html#defining-a-node).

---------

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman committed Sep 26, 2024
1 parent 2420ef6 commit 6a6e277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartography/driftdetect/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _build_parser(self):
'graph database and reports the deviations.'
),
epilog='For more documentation please visit: '
'https://github.com/lyft/cartography/blob/master/docs/drift-detect.md',
'https://lyft.github.io/cartography/usage/drift-detect.html',
)
parser.add_argument(
'-v',
Expand Down

0 comments on commit 6a6e277

Please sign in to comment.