Skip to content

Commit 9e0fe36

Browse files
authored
chore: fix docker-to-docker link in README.md (#59)
Update internal docker-to-docker communications example link
1 parent 41c539b commit 9e0fe36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A minimalist [Flask](https://github.com/pallets/flask) extension that serves as
1919
- Set a script that runs on a succesful POST request to an endpoint of your choice. See [Example code](examples/run_script.py).
2020
- Map a base command to an endpoint and pass dynamic arguments to it. See [Example code](examples/basic.py).
2121
- Can also process multiple uploaded files in one command. See [Example code](examples/multiple_files.py).
22-
- This is useful for internal docker-to-docker communications if you have different binaries distributed in micro-containers. See [real-life example](https://github.com/intelowlproject/IntelOwl/blob/master/integrations/static_analyzers/app.py).
22+
- This is useful for internal docker-to-docker communications if you have different binaries distributed in micro-containers. See [real-life example](https://github.com/intelowlproject/IntelOwl/blob/master/integrations/malware_tools_analyzers/app.py).
2323
- You can define a callback function/ use signals to listen for process completion. See [Example code](examples/with_callback.py).
2424
- Maybe want to pass some additional context to the callback function ?
2525
- Maybe intercept on completion and update the result ? See [Example code](examples/custom_save_fn.py)

0 commit comments

Comments
 (0)