Skip to content

Commit

Permalink
Update schema2Markdown.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kris West <kris.west@interop.io>
  • Loading branch information
TheJuanAndOnly99 and kriswest authored Apr 11, 2024
1 parent 1950f73 commit a0216b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions schema2Markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ function generateObjectMD(schema, title, schemaFolderName, filePath, version) {
markdownContent += '\n```\n\n';
});
}
const url = filePath.replace("schemas/", `https://github.com/finos/FDC3/tree/master/schemas/`);
markdownContent += `Generated from ${url}`;

}

Expand Down

0 comments on commit a0216b6

Please sign in to comment.