-
Notifications
You must be signed in to change notification settings - Fork 44.4k
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
Update links to images in FORGE-QUICKSTART.md #8517
base: dev
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
This PR targets the Automatically setting the base branch to |
✅ Deploy Preview for auto-gpt-docs canceled.
|
autogpt_platform/README.md
Outdated
``` | ||
This command will copy the `.env.example` file to `.env` in the `supabase/docker` directory. You can modify the `.env` file to add your own environment variables. | ||
This command will copy the `.env.example` file to `.env.local` in the `supabase/docker` directory. You can modify the `.env.local` file to add your own environment variables. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is unrelated to the documentation described on the PR, can we revert this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I initially targeted this to the master branch and GH changed the target branch to dev. I just rebased the branch to dev.
Signed-off-by: Craig Perkins <[email protected]>
7e7ac24
to
dcea976
Compare
Background
Currently, the images in FORGE-QUICKSTART.md are broken. This PR updates the links so that the images render properly.
Same markdown on my fork where the paths resolve correctly: https://github.com/cwperks/AutoGPT/blob/upadte-img-links/classic/FORGE-QUICKSTART.md
This is my first PR so I'm not aware of the history of the repo, but the primary issue is that FORGE-QUICKSTART.md is in the
classic/
folder and uses relative paths to the images which are under the root leveldocs/
folder.