Skip to content

Commit

Permalink
Merge pull request #12 from RomualdRousseau/bug-fix/fix-doc-url
Browse files Browse the repository at this point in the history
fix: Fix doc URL
  • Loading branch information
RomualdRousseau authored Aug 27, 2024
2 parents 03e7f67 + f8cad80 commit fee49cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to prepare your data for training processes in a predictive and reproductible ma
it offers a scalable and efficient means of managing semi-structured data, thereby expanding the toolkit of data services available
to organizations.

Visit our [full documentation](https://romualdrousseau.github.io/Any2Json-Documents/) and learn more about how it works, try our
Visit our [full documentation](https://romualdrousseau.github.io/Any2Json/) and learn more about how it works, try our
tutorials and find a full list of plugins and models.

## Getting Started
Expand Down Expand Up @@ -100,8 +100,8 @@ Do not forget to configure the GitHub authentication in ***~/.m2/settings.xml***
The following links will give you documentation about some background information, takes you through some implementation details,
and then focuses on step-by-step instructions for getting the most out of Any2Json:

* Using Any2Json: [here](https://romualdrousseau.github.io/Any2Json-monorepo/).
* API Reference: [here](https://romualdrousseau.github.io/Any2Json-monorepo/api/).
* Using Any2Json: [here](https://romualdrousseau.github.io/Any2Json/).
* API Reference: [here](https://romualdrousseau.github.io/Any2Json/api/).

## Contribute

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class Common {
private static final Logger LOGGER = LoggerFactory.getLogger(Common.class);
private static final String REPO_BASE_URL = "https://raw.githubusercontent.com/RomualdRousseau/Any2Json-Models/main";
private static final String REPO_BASE_URL = "https://raw.githubusercontent.com/RomualdRousseau/Any2Json/Any2Json-Models/main";

public static <T> ModelBuilder loadModelBuilder(final String modelName, final Class<T> clazz) {
return new ModelBuilder().fromPath(Common.getResourcePath(String.format("/models/%s.json", modelName), clazz));
Expand Down

0 comments on commit fee49cb

Please sign in to comment.