-
Notifications
You must be signed in to change notification settings - Fork 578
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
Adjusted image path in xcode.ko.md #816
Conversation
I think this PR has a merge conflict @alexhojinpark But if this doesn't work we might need to use absolute urls like:
|
@alexhojinpark it's not shown on offline preview in repo because markdown files will be generate to static html file so leave image url as original will be better I guess. hope this helps. |
as I know as you update and pushed to your cloned repo(I mean github),
previous PR update automatically as well.
…On Wed, Dec 13, 2023 at 11:02 alexhojinpark ***@***.***> wrote:
@ofTheo <https://github.com/ofTheo> @icq4ever
<https://github.com/icq4ever> Thank you for the help. I've added absolute
URLs. Should I create a new pull request for these changes? I'm not very
familiar with the pull request process.
—
Reply to this email directly, view it on GitHub
<#816 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEBS3AAI7WJ2P2RFRCXYGDYJEEE5AVCNFSM6AAAAABAR7F7TCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNJTGE2TAMZWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you :) |
@alexhojinpark still there are conflicts. |
@icq4ever I'm assuming I have no permission to write or resolve conflicts, or I've done something wrong in Git commands while merging. I did a 'git pull' from master, switched to my branch, added, committed, and pushed to master. |
Not sure what the issue was, but I fixed it! |
Reference: #815
I attempted to locate a path for images from ko/setup/xcode/xcode_setup_assets/install-dialog.webp, but couldn't find a solution(Image does not show up on my preview). I tested with VS Code default preview, and it seems adding ./ might work.
So, changing this:
![install dialog for the command line tools](xcode_setup_assets/install-dialog.webp)
to:
![install dialog for the command line tools](./xcode_setup_assets/install-dialog.webp)
Hope it works, Thank you.