diff --git a/doc/ref/README.md b/doc/ref/README.md index 6f2d1e7..85596aa 100644 --- a/doc/ref/README.md +++ b/doc/ref/README.md @@ -54,7 +54,7 @@ The Granitic reference documentation complements the information available in th * [Runtime Control](rtc-index.md) * [Principles](rtc-principles.md) * [Using the command line tool](rtc-command.md) - * [Built-in commands](rtc-build-in.md) + * [Built-in commands](rtc-built-in.md) * [Adding commands](rtc-adding.md) * [API](rtc-api.md) * [Administration](adm-index.md) diff --git a/doc/ref/ioc-principles.md b/doc/ref/ioc-principles.md index d0e7599..5ab0beb 100644 --- a/doc/ref/ioc-principles.md +++ b/doc/ref/ioc-principles.md @@ -1,4 +1,4 @@ -## Component Container Principles +# Component Container Principles ## Single named instance diff --git a/doc/ref/rtc-command.md b/doc/ref/rtc-command.md new file mode 100644 index 0000000..4640904 --- /dev/null +++ b/doc/ref/rtc-command.md @@ -0,0 +1 @@ +# TODO diff --git a/doc/ref/rtc-index.md b/doc/ref/rtc-index.md index ac3166c..f5ec44e 100644 --- a/doc/ref/rtc-index.md +++ b/doc/ref/rtc-index.md @@ -3,6 +3,6 @@ ## In this section * [Principles](rtc-principles.md) * [Using the command line tool](rtc-command.md) - * [Built-in commands](rtc-build-in.md) + * [Built-in commands](rtc-built-in.md) * [Adding commands](rtc-adding.md) * [API](rtc-api.md)