diff --git a/README.md b/README.md index 893bfb17b..5b86eb836 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ It has modules to run trading strategies, define parameters of risk, and provisi ## Get started -Review the [documentation](``/) for the complete guides. +Review the [documentation](https://www.marketcetera.com/) for the complete guides. To get started: -1. [Install Marketcetera](``/docs/category/install). You can install with the pre-built binary, the official Docker container, or by building from source. +1. [Install Marketcetera](https://www.marketcetera.com/docs/category/install). You can install with the pre-built binary, the official Docker container, or by building from source. 1. Connect to Market data. The [Marketcetera API](https://repo.marketcetera.org/javadoc/4.0.2/platform/apidocs/) has a functional area to connect to a market data source. 1. Write a [strategy](/docs/category/strategies) that listens to FIX messages and makes orders based on the conditions. 1. Monitor your strategy and refine it. @@ -26,9 +26,9 @@ To get started: Thus, Java is an obvious choice of language to write the strategies in, but it is not the only. You also should be able to use one of the many to-Java transpilers to write strategies in the language of your choice. -- **Monitoring**. As your strategies run, you can monitor the orders and FIX activity. Marketcetera has a built-in UI, [Photon](``/docs/install/photon), that reports messages and trades. You are also free to extend Marketcetera with the reporting tool of your design. +- **Monitoring**. As your strategies run, you can monitor the orders and FIX activity. Marketcetera has a built-in UI, [Photon](https://www.marketcetera.com/docs/install/photon), that reports messages and trades. You are also free to extend Marketcetera with the reporting tool of your design. -- **Architecture**. Marketcetera is designed for low-latency trades and distributed systems. Most of the directories in this repository correspond to a designated function. To learn more about this, read the [Architecture docs](``/docs/category/architecture). +- **Architecture**. Marketcetera is designed for low-latency trades and distributed systems. Most of the directories in this repository correspond to a designated function. To learn more about this, read the [Architecture docs](https://www.marketcetera.com/docs/category/architecture). ## Contributors