diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2019-10-17 12:03:20 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2019-10-21 15:30:20 +0000 |
| commit | 2ac4eda38aff10e8647ded62569f102290f3331a (patch) | |
| tree | ef59e93df8b985bcfa440454af3cc979e53a6bf4 /app | |
| parent | 81ad97e4a32d5ec0c30976fe8cbe62b2b4c3a108 (diff) | |
| download | phosphor-webui-2ac4eda38aff10e8647ded62569f102290f3331a.tar.gz phosphor-webui-2ac4eda38aff10e8647ded62569f102290f3331a.zip | |
Update object-mapper.md link
object-mapper.md is moving under architecture/ as part of
https://gerrit.openbmc-project.xyz/c/openbmc/docs/+/26250/
26250 should merge before this is merged.
Change-Id: Ie2372690faf6af9629a15badccb4af31da9041bb
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app')
| -rw-r--r-- | app/common/services/api-utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/common/services/api-utils.js b/app/common/services/api-utils.js index 9bdb06d..e3f6136 100644 --- a/app/common/services/api-utils.js +++ b/app/common/services/api-utils.js @@ -1513,7 +1513,7 @@ window.angular && (function(angular) { // that the mapper created on the inventory panel. // Example: An association from the BMC inventory item to the // BMC firmware images. See: - // https://github.com/openbmc/docs/blob/master/object-mapper.md#associations + // https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md#associations if (content.data[key].hasOwnProperty('endpoints')) { continue; } |

