Skip to content

Commit

Permalink
chore: update tutorials URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Jun 6, 2024
1 parent 8d21c3e commit dc042f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/assets/ifcRelationsIndexer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/src/ifc/IfcRelationsIndexer/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const allRelationsJSON = indexer.serializeAllRelations();

// Lets first delete the existing model relations
delete indexer.relationMaps[model.uuid];
const relationsIndexFile = await fetch("/resources/small-relations.json");
const relationsIndexFile = await fetch("https://thatopen.github.io/engine_components/resources/small-relations.json");
const relationsIndex = indexer.getRelationsMapFromJSON(
await relationsIndexFile.text(),
);
Expand Down

0 comments on commit dc042f5

Please sign in to comment.