Fix links in spring-twitter-function README

This commit is contained in:
Chris Bono
2024-03-25 16:52:40 -05:00
committed by GitHub
parent f76f8b57a8
commit 9d8cf1faa0

View File

@@ -35,7 +35,7 @@ Once injected, you can use the `apply` method of the `Function` to invoke it and
TIP: For `SpEL` expression properties wrap the literal values in single quotes (`'`).
For more information on the various options available, please see link:../twitter-function/src/main/java/org/springframework/cloud/fn/twitter/trend/TwitterTrendFunctionProperties.java[TwitterTrendFunctionProperties.java]
For more information on the various options available, please see link:../spring-twitter-function/src/main/java/org/springframework/cloud/fn/twitter/trend/TwitterTrendFunctionProperties.java[TwitterTrendFunctionProperties.java]
=== 1.3 Tests
See this link:src/test/java/org/springframework/cloud/fn/twitter/trend/TwitterTrendFunctionTests.java[test suite] for examples of how this function is used.
@@ -86,7 +86,7 @@ Once injected, you can use the `apply` method of the `Function` to invoke it and
TIP: For `SpEL` expression properties wrap the literal values in single quotes (`'`).
For more information on the various options available, please see link:../twitter-function/src/main/java/org/springframework/cloud/fn/twitter/geo/TwitterGeoFunctionProperties.java[TwitterGeoFunctionProperties.java]
For more information on the various options available, please see link:../spring-twitter-function/src/main/java/org/springframework/cloud/fn/twitter/geo/TwitterGeoFunctionProperties.java[TwitterGeoFunctionProperties.java]
=== 2.3 Tests
@@ -131,7 +131,7 @@ Once injected, you can use the `apply` method of the `Function` to invoke it and
TIP: For `SpEL` expression properties wrap the literal values in single quotes (`'`).
For more information on the various options available, please see link:../twitter-function/src/main/java/org/springframework/cloud/fn/twitter/users/TwitterUsersFunctionProperties.java[TwitterUsersFunctionProperties.java]
For more information on the various options available, please see link:../spring-twitter-function/src/main/java/org/springframework/cloud/fn/twitter/users/TwitterUsersFunctionProperties.java[TwitterUsersFunctionProperties.java]
=== 3.3 Tests
See this link:src/test/java/org/springframework/cloud/fn/twitter/users/TwitterUsersFunctionTests.java[test suite] for examples of how this function is used.