Skip to content

Commit 3f12bf8

Browse files
committed
fix links
1 parent 6c11a3e commit 3f12bf8

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ To be able to build and view changes locally for these docs you will need to ins
1515
If the command line install does not work, you can download quarto here: https://quarto.org/docs/download/
1616

1717
## How do I use it?
18-
1. Change line 9 of the `_quarto.yml` file to the appropriate Project Name of the solution doc.
19-
2. Change line 21 of the `_quarto.yml` file to the reflect the link to the repo of the newly created solution doc. Ex. https://github.com/ibm-client-engineering/[repo-name]
20-
3. Assuming that Quarto is already installed, navigate to the appropriate directory with the cloned solution doc repository and run `quarto preview index.qmd` to preview your build locally.
18+
1. Change the `title` on line 9 of the `_quarto.yml` file to the appropriate Project Name of the solution doc.
19+
2. Change the `href` on line 21 of the `_quarto.yml` file to the reflect the link to the repo of the newly created solution doc. Ex. https://github.com/ibm-client-engineering/[repo-name]
20+
4. Assuming that Quarto is already installed, navigate to the appropriate directory with the cloned solution doc repository and run `quarto preview index.qmd` to preview your build locally.

_quarto.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,16 @@ website:
1818
logo: images/IBMlogo.png
1919
right:
2020
- icon: github
21-
href: https://github.com/ibm-client-engineering
21+
href: https://github.com/ibm-client-engineering/solution-template-quarto
22+
target: "_blank"
2223
- icon: linkedin
2324
menu:
2425
- text: Share on your LinkedIn
2526
href: http://linkedin.com/post
27+
target: "_blank"
2628
- text: IBM LinkedIn
2729
href: https://www.linkedin.com/company/ibm/
30+
target: "_blank"
2831
sidebar:
2932
- title: "Contents"
3033
style: docked

0 commit comments

Comments
 (0)