Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Updated link to Spring.NET Social Twitter project
Browse files Browse the repository at this point in the history
  • Loading branch information
bbaia committed Jan 25, 2012
1 parent 951fdad commit ae7e186
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -28,7 +28,7 @@

namespace Spring.Social.Twitter.Api
{
// See spring-net-social-twitter project : https://github.com/SpringSource/spring-net-social-twitter
// See Spring.NET Social project: http://www.springframework.net/social-twitter/

// Interface specifying a basic set of operations for interacting with Twitter.
public interface ITwitter : IApiBinding
Expand Down
Expand Up @@ -34,7 +34,7 @@

namespace Spring.Social.Twitter.Api.Impl
{
// See spring-net-social-twitter project : https://github.com/SpringSource/spring-net-social-twitter
// See Spring.NET Social project: http://www.springframework.net/social-twitter/

// This is the central class for interacting with Twitter.
public class TwitterTemplate : AbstractOAuth1ApiBinding, ITwitter
Expand Down
Expand Up @@ -25,7 +25,7 @@

namespace Spring.Social.Twitter.Api
{
// See spring-net-social-twitter project : https://github.com/SpringSource/spring-net-social-twitter
// See Spring.NET Social project: http://www.springframework.net/social-twitter/

// Twitter ServiceProvider implementation.
public class TwitterServiceProvider : AbstractOAuth1ServiceProvider<ITwitter>
Expand Down

0 comments on commit ae7e186

Please sign in to comment.