Skip to content

Commit

Permalink
Update the image link to main (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored Aug 31, 2023
1 parent ec1fe54 commit ae558a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -67594,7 +67594,7 @@ const handleRFCReferendumRequest = async (event, requester, octokitInstance) =>
`\n\n<details><summary>Instructions</summary>` +
`\n\n1. Open the [link](${transactionCreationUrl}).` +
`\n\n2. Switch to the \`Submission\` tab.` +
`\n<img width="480px" src="https://raw.githubusercontent.com/paritytech/rfc-propose/516e5e30d76ab78bd783bc864025bc635161cb6d/src/images/submission_tab.png" />` +
`\n<img width="480px" src="https://raw.githubusercontent.com/paritytech/rfc-propose/main/src/images/submission_tab.png" />` +
`\n\n3. Adjust the transaction if needed (for example, the proposal Origin).` +
`\n\n4. Submit the Transaction` +
`\n</details>\n\n---` +
Expand Down
2 changes: 1 addition & 1 deletion src/referendum-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const handleRFCReferendumRequest = async (
`\n\n<details><summary>Instructions</summary>` +
`\n\n1. Open the [link](${transactionCreationUrl}).` +
`\n\n2. Switch to the \`Submission\` tab.` +
`\n<img width="480px" src="https://raw.githubusercontent.com/paritytech/rfc-propose/516e5e30d76ab78bd783bc864025bc635161cb6d/src/images/submission_tab.png" />` +
`\n<img width="480px" src="https://raw.githubusercontent.com/paritytech/rfc-propose/main/src/images/submission_tab.png" />` +
`\n\n3. Adjust the transaction if needed (for example, the proposal Origin).` +
`\n\n4. Submit the Transaction` +
`\n</details>\n\n---` +
Expand Down

0 comments on commit ae558a3

Please sign in to comment.