Skip to content

Commit

Permalink
typo: website url
Browse files Browse the repository at this point in the history
  • Loading branch information
schuur committed Oct 1, 2024
1 parent 3c83264 commit f01afbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
echo '<head><style>body { font-family: sans-serif; color: black; } h1,h2,h3,a { color: rgb(0, 90, 156); } a:not([href]) { color: darkgray; }] </style></head><body>' >> index.html
echo '<h1>PACT OpenAPI Schema</h1>' >> index.html
echo '<p>This page contains the OpenAPI schema and the Simplified Model in Excel format recent and upcoming versions of the PACT Data Model.</p>' >> index.html
echo '<p>For more information, please visit the <a href="https://carbon-transparency.com/">PACT website</a> and the <a href="https://github.com/wbcsd">WBCSD GitHub repository</a>.</p>' >> index.html
echo '<p>For more information, please visit the <a href="https://carbon-transparency.org/">PACT website</a> and the <a href="https://github.com/wbcsd">WBCSD GitHub repository</a>.</p>' >> index.html
echo '<h2>2.0.0</h2>' >> index.html
echo '<a>PACT OpenAPI 2.0.0</a><br/>' >> index.html
echo '<a>PACT Simplified Model 2.0.0 (Excel)</a>' >> index.html
Expand Down

0 comments on commit f01afbd

Please sign in to comment.