Skip to content

Commit 41ec229

Browse files
committed
update the pages sample link
1 parent 83ce064 commit 41ec229

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ implementation("io.github.barqawiz:intellijava.core:0.7.0")
4242
Jar download:
4343
[intellijava.jar](https://repo1.maven.org/maven2/io/github/barqawiz/intellijava.core/0.7.0/intellijava.core-0.7.0.jar).
4444

45-
For ready integration: [try the sample_code](https://github.com/Barqawiz/IntelliJava/tree/main/sample_code).
46-
4745
## Code Example
4846
**Language model code** (2 steps):
4947
```java
@@ -81,7 +79,7 @@ SpeechInput input = new SpeechInput.Builder("Hi, I am Intelligent Java.").build(
8179
byte[] decodedAudio = model.generateEnglishText(input);
8280
```
8381

84-
For full example check the code inside sample_code project.
82+
For full example check the [sample_code project](https://github.com/Barqawiz/IntelliJava/tree/main/sample_code).
8583

8684
## Documentation
8785
[Go to Java docs](https://barqawiz.github.io/IntelliJava/javadocs/)

0 commit comments

Comments
 (0)