Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect link to pre-defined device #1131

Closed
ajcasagrande opened this issue Jun 12, 2023 · 2 comments · Fixed by #1136 or #1135
Closed

Incorrect link to pre-defined device #1131

ajcasagrande opened this issue Jun 12, 2023 · 2 comments · Fixed by #1136 or #1135
Assignees
Labels
bug Something isn't working
Milestone

Comments

@ajcasagrande
Copy link
Contributor

ajcasagrande commented Jun 12, 2023

🐞 Bug Report

Description and Minimal Reproduction [REQUIRED]

2. A pre-created device for the random number device is provided in this documentation. Download **[random-generator-device.yaml](random-generator-device.yaml)** and save the file to the `~/edgexfoundry/device-simple/cmd/device-simple/res/devices` folder.

This link is the same as the device profile link above:

2. A pre-created device profile for the random number device is provided in this documentation. Download **[random-generator-device.yaml](random-generator-device.yaml)** and save the file to the `~/edgexfoundry/device-simple/cmd/device-simple/res/profiles` folder.

@ajcasagrande ajcasagrande added the bug Something isn't working label Jun 12, 2023
@lenny-goodell
Copy link
Member

random-generator-device.yaml should be renamed to be random-generator-profile.yaml
random-generator-device.json should be converted to YAML resulting in it being random-generator-device.yaml .

@lenny-goodell lenny-goodell modified the milestones: Minnesota, Napa Jun 12, 2023
@lenny-goodell
Copy link
Member

Changes need to be on both the main and minnesota branches

@lenny-goodell lenny-goodell self-assigned this Jun 12, 2023
lenny-goodell pushed a commit to lenny-goodell/edgex-docs that referenced this issue Jun 12, 2023
…SDK Go

fixes edgexfoundry#1131

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
lenny-goodell pushed a commit to lenny-goodell/edgex-docs that referenced this issue Jun 12, 2023
…Device SDK

fixes edgexfoundry#1131

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
lenny-goodell pushed a commit to lenny-goodell/edgex-docs that referenced this issue Jun 12, 2023
…SDK Go

fixes edgexfoundry#1131

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
lenny-goodell pushed a commit that referenced this issue Jun 13, 2023
…SDK Go (#1135)

fixes #1131

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
lenny-goodell pushed a commit that referenced this issue Jun 13, 2023
…Device SDK (#1136)

fixes #1131

Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment