diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-09-04 21:17:28 +0000 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2019-09-05 21:37:53 +0000 |
commit | 4cc3e8874ccf55312b8dd2d9d8a8c158862f4af7 (patch) | |
tree | 9e96fbd36c2f5f3e620b74b93baf889b5d65a1bf /.gitmodules | |
parent | a1432b7c0adcec97c1f95f308c937a5c3b8e1f70 (diff) |
DOC - Fixing doc linking issue
This might be a solution to why the doc project is not linking
to other projects. There is an incorrect submodule that does
not exist that is trying to be pulled, this updates that.
Issue-ID: DOC-548
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Change-Id: I055ce062b9a0ed205d35ae5bb0bb2ee51c30484c
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index 5193b049f..ed846d4f7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -358,13 +358,13 @@ url = ../policy/parent branch = . ignore = dirty -[submodule "docs/submodules/modeling/genericparser.git"] - path = docs/submodules/modeling/genericparser.git - url = ../modeling/genericparser - branch = . - ignore = dirty [submodule "docs/submodules/osa.git"] path = docs/submodules/osa.git url = ../osa branch = master ignore = dirty +[submodule "docs/submodules/modeling/etsicatalog.git"] + path = docs/submodules/modeling/etsicatalog.git + url = ../modeling/etsicatalog + branch = master + ignore = dirty |