Skip to content

Commit fb1f2ce

Browse files
authored
Renaming modules, Fixing broken link (#305)
1 parent 7d6018b commit fb1f2ce

105 files changed

Lines changed: 7 additions & 17 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README-DEV.md

Lines changed: 2 additions & 2 deletions

docs/blog/2025/release-0.10.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h1>What's new in Cursor rules for Java 0.10.0?</h1>
8888
<article role="main" class="blog-post">
8989
<h2>What are Cursor rules for Java?</h2>
9090
<p>The project provides a collection of System prompts for Java that help software engineers in their daily programming work.<br />
91-
The <a href="../../CURSOR-RULES-JAVA.md">available System prompts for Java</a> cover aspects like <code>Build system based on Maven</code>, <code>Design</code>, <code>Coding</code>, <code>Testing</code>, <code>Refactoring &amp; JMH Benchmarking</code>, <code>Performance testing with JMeter</code>, <code>Profiling with Async profiler/JDK tools</code> &amp; <code>Documentation</code>.</p>
91+
The <a href="https://github.com/jabrena/cursor-rules-java/blob/main/CURSOR-RULES-JAVA.md">available System prompts for Java</a> cover aspects like <code>Build system based on Maven</code>, <code>Design</code>, <code>Coding</code>, <code>Testing</code>, <code>Refactoring &amp; JMH Benchmarking</code>, <code>Performance testing with JMeter</code>, <code>Profiling with Async profiler/JDK tools</code> &amp; <code>Documentation</code>.</p>
9292
<p><img src="/cursor-rules-java/images/workflow.png" alt="" /></p>
9393
<h2>What is new in this release?</h2>
9494
<p>In this release, the project has released several features:</p>

docs/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns='http://www.w3.org/2005/Atom' xml:lang='en'>
33
<id>https://jabrena.github.io/cursor-rules-java/</id>
44
<title>Cursor Rules for Java</title>
5-
<updated>2025-09-08T16:20:38+0200</updated>
5+
<updated>2025-09-08T16:43:45+0200</updated>
66
<link rel="alternate" type="text/html" href="https://jabrena.github.io/cursor-rules-java/" />
77
<link rel='self' type='application/atom+xml' href='https://jabrena.github.io/cursor-rules-java//feed.xml' />
88
<entry>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</properties>
1818

1919
<modules>
20-
<module>generator</module>
21-
<module>site</module>
20+
<module>system-prompts-generator</module>
21+
<module>site-generator</module>
2222
</modules>
2323
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)